From b9490a2aa4e5de2bd91265147691d15b62c27ff0 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 26 Sep 2015 09:11:23 +1000 Subject: [PATCH] change --no-bin-link to the correct --no-bin-links for npm install step - ref https://docs.npmjs.com/cli/install --- vagrant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.sh b/vagrant.sh index 84aa22d72f..75fe9d46b1 100644 --- a/vagrant.sh +++ b/vagrant.sh @@ -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