Selaa lähdekoodia

Merge pull request #42 from vladdoster/patch-1

This will help macOS install not fail
Christian Chiarulli 5 vuotta sitten
vanhempi
commit
adf233d87e
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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 yarn
 }
 
 installnodeubuntu() { \