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...'