-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I am seeing an issue in a repository due to the node version that is being set in the package.json.
In package.json:
{
"engines": {
"node": "0.10.x"
},
The above is causing this error:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'shortcode-parser@0.0.1',
npm WARN EBADENGINE required: { node: '0.10.x' },
npm WARN EBADENGINE current: { node: 'v14.18.1', npm: '8.5.5' }
npm WARN EBADENGINE }
Why is the suggested version of node set to a fixed and old version? Can this be fixed?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels