mirror of https://github.com/flarum/flarum
Vagrant: Fix NPM installation
parent
5b5bd5ed89
commit
91d6e5578b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue