Skip to content

Unsupported engine warning #134

@philShipX

Description

@philShipX

Using the latest version of node 22 and npm I am seeing the following warning

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'symbology@4.0.2',
npm warn EBADENGINE required: { node: '>=14.0.0 <23.00.0' },
npm warn EBADENGINE current: { node: 'v22.19.0', npm: '10.9.3' }
npm warn EBADENGINE }

I believe this is because the node range is "{ node: '>=14.0.0 <23.00.0' }," and should be "{ node: '>=14.0.0 <23.0.0' }," extra zero in 23.0.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions