Skip to content
New issue

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

Warning about incorrect engine with npm 9 #268

Closed
tomiadebanjo opened this issue Apr 16, 2023 · 3 comments
Closed

Warning about incorrect engine with npm 9 #268

tomiadebanjo opened this issue Apr 16, 2023 · 3 comments
Labels

Comments

@tomiadebanjo
Copy link

When used on Node v18 (LTS) , which comes with npm v9, we get those warnings :

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'protractor-cucumber-framework@8.2.9',
npm WARN EBADENGINE required: { node: '^14 || ^16 || ^18', npm: '^6 || ^7' || ^8 },
npm WARN EBADENGINE current: { node: 'v18.15.0', npm: '9.5.0' }
npm WARN EBADENGINE }

@tomiadebanjo
Copy link
Author

Similar to the npm 8 issue resolved here - #237

@jan-molak
Copy link
Collaborator

Thanks @tomiadebanjo! The requirement on the specific version of npm is not really necessary. I'll remove that in the next version.

jan-molak added a commit that referenced this issue Jun 5, 2023
… Node 14

Node 14 has reached its end-of-life; in this release we're dropping support for Node 14 and
introducing support for Node 20

closes #268
@jan-molak
Copy link
Collaborator

Thanks for reporting the issue, @tomiadebanjo! Fixed in 9.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@jan-molak @tomiadebanjo and others