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

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

@peitschie

Description

@peitschie

Bug Report

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

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@cerner/duplicate-package-checker-webpack-plugin@2.5.0',
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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions