-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels