summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 adcc0a9..849da2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
- Convert HTML to JSON transformation to generating a JSON report directly.
+## 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 1c62414..6997490 100755
--- a/run.sh
+++ b/run.sh
@@ -141,7 +141,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