electron-userland / electron-userland/electron-webpack-quick-start
Error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9"
Open
- Dominant language
- JavaScript
- Stars
- 746
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
This happens using node >=v10
The same issue is also present here: https://github.com/electron-userland/electron-webpack/issues/174
A workaround is using `yarn --ignore-engines`, but also upgrade the requirements in the `package.json` file works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.