change --no-bin-link to the correct --no-bin-links for npm install step - ref https://docs.npmjs.com/cli/install

This commit is contained in:
Alys 2015-09-26 09:11:23 +10:00
parent a0f84bcf48
commit b9490a2aa4

View file

@ -75,7 +75,7 @@ echo Installing gulp/bower...
npm install -g gulp grunt-cli bower
echo Installing Habitica
npm install --no-bin-link
npm install --no-bin-links
echo Installing Bower packages
sudo -H -u vagrant bower --config.interactive=false install -f