Skip to content

Commit 8ff1dfa

Browse files
authored
docs: explain that linked deps need npm install ran in them (#4575)
1 parent e9a2981 commit 8ff1dfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/configuring-npm/package-json.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,10 @@ This feature is helpful for local offline development and creating tests
690690
that require npm installing where you don't want to hit an external server,
691691
but should not be used when publishing packages to the public registry.
692692
693+
*note*: Packages linked by local path will not have their own
694+
dependencies installed when `npm install` is ran in this case. You must
695+
run `npm install` from inside the local path itself.
696+
693697
### devDependencies
694698
695699
If someone is planning on downloading and using your module in their

0 commit comments

Comments
 (0)