deep-eql icon indicating copy to clipboard operation
deep-eql copied to clipboard

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

Open m-nonna opened this issue 4 years ago • 1 comments

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: '[email protected]',
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.

m-nonna avatar Jan 30 '22 06:01 m-nonna

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

keithamus avatar Jan 31 '22 08:01 keithamus