Skip to content

EBADENGINE required node version 0.10.x #6

@nataliepina

Description

@nataliepina

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

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