Update setup-min.sh
This commit is contained in:
parent
4011161397
commit
2cfa00cced
|
@ -233,4 +233,6 @@ if [ -n "${NODEJS_VER}" ]; then
|
||||||
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
|
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules
|
||||||
|
|
||||||
echo ""
|
echo ""
|
Loading…
Reference in New Issue