This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
[duplicate-package-checker-webpack-plugin] Support node 16 #730
Comments
Node 17 also. |
maybe just this?
|
wuifdesign
changed the title
Support node 16 for duplicate-package-checker-webpack-plugin
[duplicate-package-checker-webpack-plugin] Support node 16
Feb 10, 2022
zburke
added a commit
to folio-org/stripes-webpack
that referenced
this issue
Feb 10, 2022
`@cerner/duplicate-package-checker-webpack-plugin` `2.2.0` introduced new node engine restrictions without incrementing their major version. Whoops. I suspect they didn't realize that their previous `>=10 || <13` configuration short-circuited to `>=10`. Sigh. Details: cerner/terra-toolkit#730 Refs STRWEB-35,
zburke
added a commit
to folio-org/stripes-webpack
that referenced
this issue
Feb 10, 2022
`@cerner/duplicate-package-checker-webpack-plugin` `2.2.0` introduced new node engine restrictions without incrementing their major version. Whoops. I suspect they didn't realize that their previous `>=10 || <13` configuration short-circuited to `>=10`. Sigh. Details: cerner/terra-toolkit#730 Refs STRWEB-35,
@wuifdesign Thanks for reporting this issue. We will revert the change and get it released. |
zburke
added a commit
to folio-org/stripes-cli
that referenced
this issue
Feb 11, 2022
`@folio/stripes-webpack` published `v3.0.3` to avoid bugs in a dependency (cerner/terra-toolkit#730) so we need to set `v3.0.3` as the minimum version here.
zburke
added a commit
to folio-org/stripes-cli
that referenced
this issue
Feb 11, 2022
`@folio/stripes-webpack` published `v3.0.3` to avoid bugs in a dependency (cerner/terra-toolkit#730) so we need to set `v3.0.3` as the minimum version here.
zburke
added a commit
to folio-org/stripes-cli
that referenced
this issue
Feb 11, 2022
`@folio/stripes-webpack` published `v3.0.3` to avoid bugs in a dependency (cerner/terra-toolkit#730) so we need to set `v3.0.3` as the minimum version here.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Description
Currently
duplicate-package-checker-webpack-plugin
has following entry in thepackage.json
.terra-toolkit/packages/duplicate-package-checker-webpack-plugin/package.json
Lines 6 to 8 in b947af0
I think node 16 can be added safely otherwise you will get the following error on install:
The text was updated successfully, but these errors were encountered: