mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update npm install dev command to npm install --save-dev (#33985)
See: https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file PR Close #33985
This commit is contained in:
parent
9719047df8
commit
4a42be27ee
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ The packages listed in the `devDependencies` section of `package.json` help you
|
|||
To add a new `devDependency`, use either one of the following commands:
|
||||
|
||||
<code-example language="sh" class="code-shell">
|
||||
npm install --dev <package-name>
|
||||
npm install --save-dev <package-name>
|
||||
</code-example>
|
||||
|
||||
<code-example language="sh" class="code-shell">
|
||||
|
|
|
|||
Loading…
Reference in a new issue