Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

[duplicate-package-checker-webpack-plugin] Support node 16+ #828

Open
peitschie opened this issue Sep 12, 2023 · 8 comments
Open

[duplicate-package-checker-webpack-plugin] Support node 16+ #828

peitschie opened this issue Sep 12, 2023 · 8 comments

Comments

@peitschie
Copy link

Bug Report

Use of this package with modern versions of node shows a warning:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@cerner/[email protected]',
npm WARN EBADENGINE   required: { node: '10 || 12 || 14', npm: '6 || 9' },
npm WARN EBADENGINE   current: { node: 'v18.17.1', npm: '9.6.7' }
npm WARN EBADENGINE }

This issue was originally reported and fixed in #730

The fix was then reverted in https://github.com/cerner/terra-toolkit/pull/814/files#diff-a36d0892a0a105b7e516b0e4964a180398c75d5e5c7e98cdc4a2604f90515611

I'm using node 18 + NPM 9.6.7, which seems to work just fine despite the warning.

@tradeshift-larsbojensen
Copy link

Agree with the above. I can't install a package that depends on the duplicate-package-checker-webpack-plugin:

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @cerner/[email protected]
npm ERR! notsup Not compatible with your version of node/npm: @cerner/[email protected]
npm ERR! notsup Required: {"node":"10 || 12 || 14","npm":"6 || 9"}
npm ERR! notsup Actual:   {"npm":"9.8.1","node":"v18.18.0"}

@josundt
Copy link

josundt commented Oct 12, 2023

I also request that you please support current Node/NPM versions.
The package now only works if you use outdated Node versions!

Not sure why these node and npm version restrictions were added to package.json in version 2.4.0 of the package, because the 2.3.0 package version has worked and still works just fine with Node LTS (currently version 18.18.0).

I can no longer upgrade after version 2.3.0; please fix.

Copy link

stale bot commented Dec 12, 2023

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in seven days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive label Dec 12, 2023
@peitschie
Copy link
Author

... Still active.

@stale stale bot removed the inactive label Dec 12, 2023
@Philipp91
Copy link

Would it be enough to just drop the restriction from package.json?

Copy link

stale bot commented Mar 7, 2024

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in seven days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive label Mar 7, 2024
@josundt
Copy link

josundt commented Mar 7, 2024

If this package is still supposed to be maintained, please fix.
If not, please mark it as deprecated on npm.

@stale stale bot removed the inactive label Mar 7, 2024
@DarkMikey
Copy link

Still relevant!

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

No branches or pull requests

5 participants