瀏覽代碼

This will help macOS install not fail

Vlad Doster 5 年之前
父節點
當前提交
af499aed36
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/install.sh

+ 2 - 0
utils/install.sh

@@ -4,7 +4,9 @@ set -o nounset    # error when referencing undefined variable
 set -o errexit    # exit when command fails
 
 installnodemac() { \
+  brew install lua
   brew install node
+  brew install yarm
 }
 
 installnodeubuntu() { \