Parcourir la source

Fixed npm install issue for Windows

Jonathan il y a 8 ans
Parent
commit
497231d352
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bootstrap.sh

+ 1 - 1
bootstrap.sh

@@ -97,4 +97,4 @@ fi
 
 # automatically install all of our dependencies
 cd /musare
-npm install
+npm install --no-bin-links