Change install_node.sh to install npm 3 instead. Default RAM for vagrant box is now 4 GB. (#7478)

This commit is contained in:
velezsarain
2016-05-28 03:53:39 +02:00
committed by Alys
parent 36042d42f9
commit 4ad81c4c28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ nvm use
nvm alias default current
echo Update npm...
npm install -g npm@2
npm install -g npm@3
echo Installing global modules...
npm install -g gulp bower grunt-cli mocha