We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9868e7e commit ea2906cCopy full SHA for ea2906c
docs/content/commands/npm-install.md
@@ -58,7 +58,7 @@ into a tarball (b).
58
59
* `npm install` (in a package directory, no arguments):
60
61
- Install the dependencies in the local `node_modules` folder.
+ Install the dependencies to the local `node_modules` folder.
62
63
In global mode (ie, with `-g` or `--global` appended to the command),
64
it installs the current package context (ie, the current working
0 commit comments