mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
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
This commit is contained in:
parent
024feaa2f4
commit
4f305bd505
1 changed files with 2 additions and 2 deletions
4
vagrant_scripts/install_node.sh
Executable file → Normal file
4
vagrant_scripts/install_node.sh
Executable file → Normal file
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue