CLI documentation update from CI

CI User committed Nov 19, 2021 at 02:29 UTC 7609873c93e2cbdc45b4e5b69c246d653f646df6
3 files changed +4 -2
cli/v8
+1 -1
@@ -1 +1 @@
1 -Subproject commit de45f90eebbf51205748ed3f09fbeab6cc000b3e
1 +Subproject commit 940ba878019e7b35bda20a26baaa4c99bebc906b
content/cli/v8/commands/npm-install.md
+1 -1
@@ -69,7 +69,7 @@ into a tarball (b).
69
70 * `npm install` (in a package directory, no arguments):
71
72 - Install the dependencies in the local `node_modules` folder.
72 + Install the dependencies to the local `node_modules` folder.
73
74 In global mode (ie, with `-g` or `--global` appended to the command),
75 it installs the current package context (ie, the current working
content/cli/v8/using-npm/developers.md
+2
@@ -127,7 +127,9 @@ need to add them to `.npmignore` explicitly:
127 * `._*`
128 * `.DS_Store`
129 * `.git`
130 +* `.gitignore`
131 * `.hg`
132 +* `.npmignore`
133 * `.npmrc`
134 * `.lock-wscript`
135 * `.svn`