Skip to content

Commit 467ba5a

Browse files
alan-agius4clydin
authored andcommitted
docs: remove @latest reference from npm init command
NPM doesn't correctly handle version specifier for scoped packages when using the `init` command See: npm/cli#5175
1 parent b2ffc13 commit 467ba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/create/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo
99
NPM
1010

1111
```
12-
npm init @angular@latest [project-name] -- [...options]
12+
npm init @angular [project-name] -- [...options]
1313
```
1414

1515
Yarn

0 commit comments

Comments
 (0)