Avoid Global NPM Modules
Add ./node_modules/.bin
to your path, which allows you to use locally installed command line tools when inside your project folder; so each project can use different versions of the same tool.
Add the following to your .bashrc
or .bash_profile
:
export PATH=./node_modules/.bin:$PATH
Written by Rowan Manning
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Nodejs
Authors
Filed Under
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#