Not enough dollars

So what else is new?
This commit is contained in:
Bob Mottram 2016-11-10 16:50:09 +00:00
parent 28701beb59
commit 2ca766199e
1 changed files with 1 additions and 4 deletions

View File

@ -131,7 +131,7 @@ cp /usr/bin/nodejs /usr/bin/node
/usr/bin/curl -0 -L https://npmjs.org/install.sh | sh
npm install -g n@${NODEJS_N_VERSION} --save
n ${NODEJS_VERSION}
npm upgrade -g npm@{NPM_VERSION} --save
npm upgrade -g npm@${NPM_VERSION} --save
npm install -g pug@2.0.0-beta6 --save
npm install -g graceful-fs@4.1.10 --save
npm install -g minimatch@3.0.3 --save
@ -151,9 +151,6 @@ EOF
fi
fi
# ensure npm on correct version
npm install -g npm@{NPM_VERSION} --save
mark_completed $FUNCNAME
}