Skip to content

Commit

Permalink
docs: explain that linked deps need npm install ran in them (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Mar 17, 2022
1 parent e9a2981 commit 8ff1dfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,10 @@ This feature is helpful for local offline development and creating tests
that require npm installing where you don't want to hit an external server,
but should not be used when publishing packages 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
run `npm install` from inside the local path itself.
### devDependencies
If someone is planning on downloading and using your module in their
Expand Down

0 comments on commit 8ff1dfa

Please sign in to comment.