allow npm to install to /usr/local/bin/

This commit is contained in:
AJ ONeal 2016-04-18 10:01:05 -06:00
parent 0241804132
commit 9163e8e4e5
1 changed files with 1 additions and 0 deletions

View File

@ -45,4 +45,5 @@ if [ -n "${NODEJS_VER}" ]; then
sudo chown -R $(whoami) /usr/local/lib/node_modules/
sudo chown $(whoami) /usr/local/bin/
fi