From 4f305bd50507b0f309bf4bc5ce9df97ae9aa70f6 Mon Sep 17 00:00:00 2001 From: yugensoft Date: Sun, 7 May 2017 00:57:50 +0300 Subject: [PATCH] Updated vagrant script to fix bcrypt missing error (#8670) * Updated npm version to match http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally; added npm-pre-gyp dependency necessary for bcrypt to install * changed npm version as per request https://github.com/HabitRPG/habitica/pull/8670#discussion_r112010106 --- vagrant_scripts/install_node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 vagrant_scripts/install_node.sh diff --git a/vagrant_scripts/install_node.sh b/vagrant_scripts/install_node.sh old mode 100755 new mode 100644 index a420e7bdf1..3d717dfd70 --- 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@3 +npm install -g npm@4 echo Installing global modules... -npm install -g gulp bower grunt-cli mocha +npm install -g gulp bower grunt-cli mocha node-pre-gyp