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

Why does this eslint-plugin insists on npm =>7 #31

Closed
stefanlivens opened this issue Oct 28, 2021 · 2 comments
Closed

Why does this eslint-plugin insists on npm =>7 #31

stefanlivens opened this issue Oct 28, 2021 · 2 comments
Assignees
Labels

Comments

@stefanlivens
Copy link

We're (or at least our CI/CD environment) is still on node14+npm6. This trips up our CI-engineers to which we need to explain every time it is not a big deal.

npm WARN notsup Unsupported engine for eslint-plugin-testcafe-community@1.2.6: wanted: {"node":">=10.24","npm":">=7.0.0"} (current: {"node":"14.17.0","npm":"6.14.13"})
npm WARN notsup Not compatible with your version of node/npm: eslint-plugin-testcafe-community@1.2.6

eslint itself isn't that strict.

@codejedi365
Copy link
Collaborator

You're right. There's no requirement within the plug-in for npm@7. I forgot the engines is checked during a production install.

I only put it in there to define the dev environment which requests NPMv7 since it has a bunch of changes related to package-lock. And I didn't want to keep rebuilding a lock file.

Thank you for bringing this error to my attention, I will have it removed today.

@codejedi365 codejedi365 self-assigned this Oct 28, 2021
@github-actions
Copy link

🎉 This issue has been resolved in version 1.2.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

2 participants