docs(readme): update to use correct install command
ng new myworkspacename --collection=@nrwl/schematics doesn't typically work and throws dep errors like `Cannot find module '@angular-devkit/schematics'`
This commit is contained in:
parent
615abad219
commit
afd67b52e6
@ -66,7 +66,7 @@ npm install -g @nrwl/schematics
|
||||
After installing it you can create a new Nx workspace by running:
|
||||
|
||||
```
|
||||
ng new myworkspacename --collection=@nrwl/schematics
|
||||
create-nx-workspace myworkspacename
|
||||
```
|
||||
|
||||
You can also add Nx capabilities to an existing CLI project by running:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user