fix(docs): typo in nx workspace without npx (#1113)

This commit is contained in:
Karl Merkli 2019-02-28 06:40:18 +01:00 committed by Jason Jean
parent eabcb96db0
commit 19e90f8b5f

View File

@ -79,7 +79,7 @@ npm install -g @nrwl/schematics
Then run:
```bash
ng new myworkspace --collection=@nrw/schematics
ng new myworkspace --collection=@nrwl/schematics
```
The `ng new` command uses globally-installed packages. Anything installed globally can be in a messy state. If you have any problems running the command above, you can also run: