From aa1cd58f0dda2a3182bbcd153f7d89106848ef86 Mon Sep 17 00:00:00 2001 From: Can Eldem Date: Mon, 26 Aug 2019 13:59:34 +0000 Subject: Fix 'engine node is incompatible' with this module error --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 0ce0266..de8d4b0 100755 --- a/run.sh +++ b/run.sh @@ -140,7 +140,7 @@ case "$COMMAND" in # install via yarn if [ ! -d node_modules ]; then - yarn install --ignore-scripts + yarn install --ignore-engines --ignore-scripts # Try to install Peer packages too, npm install doesn't do it anymore. /node_modules/.bin/npm-install-peers -- cgit v1.2.3