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

Update karma package version to the newer one to support newer nodejs version #80

Open
m-nonna opened this issue Jan 30, 2022 · 1 comment

Comments

@m-nonna
Copy link

m-nonna commented Jan 30, 2022

This package (deep-eql) is used in chai latest version as a dependency.
deep-eql package has a dependency from "karma": "^0.13.22"

Using even the latest(v3.0.1) version of the deep-eql package I am getting the following error:

lerna ERR! execute Error: Command failed: npm install
lerna ERR! execute npm WARN EBADENGINE Unsupported engine {
lerna ERR! execute npm WARN EBADENGINE   package: 'karma@0.13.22',
lerna ERR! execute npm WARN EBADENGINE   required: { node: '0.10 || 0.12 || 4 || 5' },
lerna ERR! execute npm WARN EBADENGINE   current: { node: 'v16.13.1', npm: '8.1.2' }
lerna ERR! execute npm WARN EBADENGINE }

Please see also the screenshot:

image

My suggestion is to update karma version to a newer one that supports a higher version of the nodejs.

@keithamus
Copy link
Member

Thanks for the issue @m-nonna. PRs welcome!

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

No branches or pull requests

2 participants