Remove npm auto-upgrade

- There have been some bugs around updating npm to the latest version
recently, so let's leave managing npm itself up to the end user
This commit is contained in:
Devon Mackay 2018-06-29 18:44:33 -04:00
parent bee2217269
commit d6f61bffbc

View File

@ -12,9 +12,6 @@ cd "$(dirname "${0}")/.."
# Install virtualenv # Install virtualenv
pip install pipenv pip install pipenv
# Update npm
npm install -g npm
if ! type sass > /dev/null; then if ! type sass > /dev/null; then
if type gem > /dev/null; then if type gem > /dev/null; then
echo 'installing a sass compiler...' echo 'installing a sass compiler...'