mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
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:
parent
a0f84bcf48
commit
b9490a2aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue