Browse Source

Fixed npm install issue for Windows

Jonathan 8 năm trước cách đây
mục cha
commit
497231d352
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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