瀏覽代碼

Fixed npm install issue for Windows

Jonathan 8 年之前
父節點
當前提交
497231d352
共有 1 個文件被更改,包括 1 次插入1 次删除
  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