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

npm install

parent ef7a9aa3
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,10 @@ EOF
fi
rm -f /root/install-nodejs.sh
# second npm install attempt seems necessary
npm install -g npm@${NPM_VERSION} --save
cp /usr/local/bin/npm /usr/bin/npm
# node seems tricky so here we're going to double check
# that the versions we expect did get installed
CURR_NODE_VERSION=$(node --version)
......
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