Explorar el Código

Fixed npm install issue for Windows

Jonathan hace 8 años
padre
commit
497231d352
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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