Skip to content

Commit b96f752

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/plugins/plugin-workspace-guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@ Not very often actually. Most plugin workspaces can maintain it's set of depende
156156

157157
- Migrates to Nx 18.2.3, NativeScript 8.6, and TypeScript ~5.4.x.
158158

159+
After running `yarn nx migrate @nativescript/plugin-tools` and then `yarn nx migrate --run-migrations ` with this migration you'll likely see this message:
160+
161+
```
162+
[!] 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:
163+
- /path/to/workspace/node_modules/typescript/lib/tsc.js
164+
- /path/to/workspace/node_modules/typescript/lib/typescript.js
165+
```
166+
167+
This is normal and will go away after running the migration.
168+
159169
### Migration 5.0.0 (Released Dec 26, 2022)
160170

161171
- Migrates to Nx 15.4.1, NativeScript 8.4, and TypeScript ~4.8.x.

0 commit comments

Comments
 (0)