From aa68a5ed38ca040f4307d83739202dcfc03ea865 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 18 Jan 2016 10:13:09 -0600 Subject: [PATCH] fix: Update vagrant to use npm 3 --- vagrant_scripts/install_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant_scripts/install_node.sh b/vagrant_scripts/install_node.sh index 8de976aa62..a420e7bdf1 100755 --- a/vagrant_scripts/install_node.sh +++ b/vagrant_scripts/install_node.sh @@ -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