소스 검색

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() { \