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:
parent
bee2217269
commit
d6f61bffbc
@ -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...'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user