Skip to content

Commit

Permalink
docs: update readme.md to provide temp workaround (#283)
Browse files Browse the repository at this point in the history
closes #268
  • Loading branch information
Lars-debitroom authored Feb 21, 2023
1 parent 1b2bc02 commit 3167f05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,18 @@ invoke yarn --update-checksums
```
Not everything can be repaired, alack.

### Cannot install package despite being on correct node version
Nested packages can define its own engine requirements and this might be a temporary workaround.

If you where to get a similar error when running the install:
```shell
[email protected]: The engine "node" is incompatible with this module. Expected version ">=14.16". Got "14.15.1"
```
You can run the install command with the following flag `--ignore-engines`.
```shell
yarn add yarn-audit-fix -D --ignore-engines
```

## Contributing
Feel free to open any issues: bugs, feature requests or other questions.
You're always welcome to suggest a PR. Just fork this repo, write some code, add some tests and push your changes.
Expand Down

0 comments on commit 3167f05

Please sign in to comment.