-
Notifications
You must be signed in to change notification settings - Fork 37
[duplicate-package-checker-webpack-plugin] Support node 16+ #828
Comments
Agree with the above. I can't install a package that depends on the duplicate-package-checker-webpack-plugin:
|
I also request that you please support current Node/NPM 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. |
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. |
... Still active. |
Would it be enough to just drop the restriction from package.json? |
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. |
If this package is still supposed to be maintained, please fix. |
Still relevant! |
Bug Report
Use of this package with modern versions of node shows a warning:
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.
The text was updated successfully, but these errors were encountered: