summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Doster <[email protected]>2020-08-06 22:59:47 -0500
committerGitHub <[email protected]>2020-08-06 22:59:47 -0500
commitaf499aed3689240a29f252c3c93bd62b51b0766d (patch)
tree9c058bba37e2629bc3e8fed3045adb2cc01e92ff
parent7f7548ea021933d2ddbcc22e48d76736b902b3ae (diff)
This will help macOS install not fail
-rwxr-xr-xutils/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 1177c93f..39ed16f0 100755
--- a/utils/install.sh
+++ b/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() { \