Avoid npm install --save
I have used npm install --save once I must include a new dependency at package.json. I found out a trick to avoid this flag:
npm config set save true
You can find more npm tips at:
https://gist.github.com/AvnerCohen/4051934
Written by Helder Santana
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Nodejs
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#