From d6f61bffbcd5860041bb336c62ad070ff150ecbf Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Fri, 29 Jun 2018 18:44:33 -0400 Subject: [PATCH] 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 --- script/setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/setup b/script/setup index 76cd5301..cb3389c3 100755 --- a/script/setup +++ b/script/setup @@ -12,9 +12,6 @@ cd "$(dirname "${0}")/.." # Install virtualenv pip install pipenv -# Update npm -npm install -g npm - if ! type sass > /dev/null; then if type gem > /dev/null; then echo 'installing a sass compiler...'