Vagrant: Fix NPM installation

pull/20/merge
Franz Liedke 2015-09-28 11:37:01 +02:00
parent 5b5bd5ed89
commit 91d6e5578b
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ fi
mysql -u root -proot -e 'create database flarum'
### Fix up NPM installation
nvm use --delete-prefix stable --silent
### Setup flarum/core and install dependencies ###
cd /vagrant/flarum/core
git pull