We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When building with npm or yarn the install process reports bad engine warning.
To Reproduce Steps to reproduce the behavior:
cd wowup-electron
npm install
Expected behavior No bad engine warning when using npm LTS. I tested with latest version of opossum and it doesn't produce any warning messages.
Desktop (please complete the following information):
Additional context
npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'opossum@7.1.0', npm WARN EBADENGINE required: { node: '^19 || ^18 || ^16 || ^14' }, npm WARN EBADENGINE current: { node: 'v20.12.1', npm: '10.5.1' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When building with npm or yarn the install process reports bad engine warning.
To Reproduce
Steps to reproduce the behavior:
cd wowup-electron
npm install
Expected behavior
No bad engine warning when using npm LTS. I tested with latest version of opossum and it doesn't produce any warning messages.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: