Skip to content

Commit 244a737

Browse files
committed
chore: note on workspace migration
1 parent b96f752 commit 244a737

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/plugins/plugin-workspace-guide.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,22 @@ Not very often actually. Most plugin workspaces can maintain it's set of depende
158158

159159
After running `yarn nx migrate @nativescript/plugin-tools` and then `yarn nx migrate --run-migrations ` with this migration you'll likely see this message:
160160

161-
```
161+
```bash
162162
[!] Some files can't be patched! You can run again with --verbose to get specific error detail. The following files are unable to be patched:
163163
- /path/to/workspace/node_modules/typescript/lib/tsc.js
164164
- /path/to/workspace/node_modules/typescript/lib/typescript.js
165165
```
166166
167167
This is normal and will go away after running the migration.
168168
169+
After running `npm run add` to add another plugin to the workspace, you may see this message:
170+
171+
```bash
172+
NX Please run "npm run config" to confirm your workspace settings before continuing.
173+
```
174+
175+
Go ahead and do that: `npm run config` which will ensure your default package settings are setup properly for all newly added packages going forward.
176+
169177
### Migration 5.0.0 (Released Dec 26, 2022)
170178
171179
- Migrates to Nx 15.4.1, NativeScript 8.4, and TypeScript ~4.8.x.

0 commit comments

Comments
 (0)