Installing devdeps with npm
This is something that burned me today. (Using node 0.10.24, npm 1.3.14)
//does NOT install devdependencies
$ NODE_ENV=production npm install
//does NOT install devdependencies
$ NODE_ENV=development npm install --production
//DOES install devdeps
$ NODE_ENV=development npm install
Written by Jamis Charles
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#