node.js - npm install whatever --save is not saving into my package.json? -


i have been installing packages , noticed not many of packages in package.json? --save when install. in fact installed 10 dependencies , none saved.

has run before?

try --save-dev when installing npm package. save devdependencies used in development. --save save dependencies. may there no dependencies dependent on project.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -