mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
fix: Update vagrant to use npm 3
This commit is contained in:
parent
a0a840e22a
commit
aa68a5ed38
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ nvm use
|
||||||
nvm alias default current
|
nvm alias default current
|
||||||
|
|
||||||
echo Update npm...
|
echo Update npm...
|
||||||
npm install -g npm@2
|
npm install -g npm@3
|
||||||
|
|
||||||
echo Installing global modules...
|
echo Installing global modules...
|
||||||
npm install -g gulp bower grunt-cli mocha
|
npm install -g gulp bower grunt-cli mocha
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue