Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/lib/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ that require npm installing where you don't want to hit an external server,
but should not be used when publishing your package to the public registry.

*note*: Packages linked by local path will not have their own
dependencies installed when `npm install` is ran in this case. You must
dependencies installed when `npm install` is run. You must
run `npm install` from inside the local path itself.

### devDependencies
Expand Down