Read the statement by Michael Teeuw here.
Npm intstall
-
Sorry if this sounds silly question but should i only use npm install when mentioned in readme or shold this be used everytime to install any module? Thank you
-
@Damian said in Npm intstall:
should i only use npm install when mentioned in readme or shold this be used everytime to install any module?
Only when mentioned in the readme.
npm installis used to install specific dependencies for a module. Not all modules make use of dependencies. Modules that make use of dependencies don’t all use the same dependencies. -
thank you
-
On the other hand I can’t think of any negative aspect. So if in doubt, just run
npm install. If it is not required, it won’t do any harm -
thank you
-
@Damian if you dont intend to develop on modules you can also just do
npm install --productive, which just downloads those ones needed for production and doesn’t download the development dependencies. -
thank you good to know
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login