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

This commit is contained in:
AJ ONeal 2016-04-18 10:00:44 -06:00
förälder 4f96105db3
incheckning 0241804132
1 ändrade filer med 2 tillägg och 1 borttagningar

Visa fil

@ -20,5 +20,6 @@ if [ -n "${NODEJS_VER}" ]; then
curl -fsSL "${NODEJS_REMOTE}" -o "${NODEJS_PKG}"
sudo /usr/sbin/installer -pkg "${NODEJS_PKG}" -target /
sudo chown -R $(whoami) /usr/local/lib/node_modules/ 2>/dev/null
sudo chown -R $(whoami) /usr/local/lib/node_modules/
sudo chown $(whoami) /usr/local/bin/
fi