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
2dd572b15c
commit
5024e217d7
|
@ -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 New Issue