Skip to content
Snippets Groups Projects
Commit 24921a2c authored by Bob Mottram's avatar Bob Mottram
Browse files

Install in a different place

parent 16646473
No related branches found
No related tags found
No related merge requests found
......@@ -129,10 +129,10 @@ NODE_PATH="/usr/lib/node_modules"
cp /usr/bin/nodejs /usr/local/bin/node
cp /usr/bin/nodejs /usr/bin/node
/usr/bin/curl -0 -L https://npmjs.org/install.sh | sh
npm install -g npm@{NPM_VERSION}
npm install -g n@${NODEJS_N_VERSION} --save
n ${NODEJS_VERSION}
npm upgrade -g npm@{NPM_VERSION}
npm install -g npm@{NPM_VERSION}
npm install -g pug@2.0.0-beta6
npm install -g graceful-fs@4.1.10
npm install -g minimatch@3.0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment