Automatically setup PATH to include local node_modules/.bin
Put this into your ~/.profile (or .zshrc, .bashrc, etc.):
export PATH="./node_modules/.bin/:$PATH"
Now the search path will always prefer local node bins over global ones.
Written by Jack Hsu
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#