We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install
1 parent e9a2981 commit 8ff1dfaCopy full SHA for 8ff1dfa
docs/content/configuring-npm/package-json.md
@@ -690,6 +690,10 @@ This feature is helpful for local offline development and creating tests
690
that require npm installing where you don't want to hit an external server,
691
but should not be used when publishing packages to the public registry.
692
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
+
697
### devDependencies
698
699
If someone is planning on downloading and using your module in their
0 commit comments