diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-26 14:47:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-26 14:47:24 -0600 |
| commit | 3742dc7bf4362f8d51fb31983f6c8ab2eee10115 (patch) | |
| tree | 08e096e7d69064d44988eb126d5bd059ce51fc55 | |
| parent | 47d34c5b04ccb0018329cb35cb587911510d7f3e (diff) | |
| parent | 3d2ca5bb9a5a27130102a72e7177fe710b7927ff (diff) | |
Resolve merge conflict with master
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rwxr-xr-x | run.sh | 2 |
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) @@ -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 |
