Skip to content

Commit

Permalink
docs: remove @latest reference from npm init command
Browse files Browse the repository at this point in the history
NPM doesn't correctly handle version specifier for scoped packages when using the `init` command

See: npm/cli#5175
(cherry picked from commit 467ba5a)
  • Loading branch information
alan-agius4 authored and clydin committed Jul 18, 2022
1 parent f698c2c commit 0569998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/create/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0569998

Please sign in to comment.