1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-17 02:54:21 +08:00

docs: remove @latest reference from npm init command

NPM doesn't correctly handle version specifier for scoped packages when using the `init` command

See: https://github.com/npm/cli/issues/5175
This commit is contained in:
Alan Agius 2022-07-18 08:32:13 +00:00 committed by Charles
parent b2ffc138b4
commit 467ba5af82

@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo
NPM
```
npm init @angular@latest [project-name] -- [...options]
npm init @angular [project-name] -- [...options]
```
Yarn