Skip to content

Commit

Permalink
docs(nx): add description of a potential problem when moving from 7 ot 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Oct 23, 2019
1 parent c60857a commit 294224b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/angular/guides/nx7-to-nx8.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ To upgrade from a Nx 7 workspace to a Nx 8 workspace, run:

### Potential Issues

If you use publishable libraries, running `ng update @nrwl/schematics@8.4.8` will incorrectly update the version of `@angular/compiler-cli` and `@angular/language-service`. Update the versions manually before committing the changes. The issue is due to an incorrect peer dependency in `ng-packagr`, which we cannot fix in Nx.
- If you use publishable libraries, running `ng update @nrwl/schematics@8.4.8` will incorrectly update the version of `@angular/compiler-cli` and `@angular/language-service`. Update the versions manually before committing the changes. The issue is due to an incorrect peer dependency in `ng-packagr`, which we cannot fix in Nx.
- The schematics section of `angular.json` might still contain references to `@nrwl/schematics`. Update them to point to appropriate package (e.g., `@nrwl/angular`, `@nrwl/react`, `@nrwl/nest`).

## Where you can find familiar features

Expand Down

0 comments on commit 294224b

Please sign in to comment.