diff options
| author | Can Eldem <celdem@gitlab.com> | 2019-08-26 13:59:34 +0000 |
|---|---|---|
| committer | mo khan <mkhan@gitlab.com> | 2019-08-26 13:59:34 +0000 |
| commit | aa1cd58f0dda2a3182bbcd153f7d89106848ef86 (patch) | |
| tree | 72ae2c40cc8d70cbab4791f80f1c21170bdb89a2 /run.sh | |
| parent | 20a92905943385a1cecb5e30aa321f3e60374dc1 (diff) | |
Fix 'engine node is incompatible' with this module error
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
