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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user