Przeglądaj źródła

Fixed npm install issue for Windows

Jonathan 8 lat temu
rodzic
commit
497231d352
1 zmienionych plików z 1 dodań i 1 usunięć
  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