summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mkhan@gitlab.com>2019-08-26 13:59:34 +0000
committermo khan <mkhan@gitlab.com>2019-08-26 13:59:34 +0000
commit3d2ca5bb9a5a27130102a72e7177fe710b7927ff (patch)
tree72ae2c40cc8d70cbab4791f80f1c21170bdb89a2
parent20a92905943385a1cecb5e30aa321f3e60374dc1 (diff)
parentaa1cd58f0dda2a3182bbcd153f7d89106848ef86 (diff)
Merge branch 'caneldem-master-patch-86323' into 'master'v1.6.1
Fix 'engine node is incompatible' with this module error See merge request gitlab-org/security-products/license-management!61
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xrun.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1d07cc..ac4f1eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# GitLab License management changelog
+## v1.6.1
+
+- Fix `The engine "node" is incompatible with this module.` error (!61)
+
## v1.6.0
- Make Python 3.5 the default. (!56)
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