Quellcode durchsuchen

Fixed npm install issue for Windows

Jonathan vor 8 Jahren
Ursprung
Commit
497231d352
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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