Surf-N-Perf icon indicating copy to clipboard operation
Surf-N-Perf copied to clipboard

npm WARN EBADENGINE Unsupported engine

Open JohnRiv opened this issue 3 years ago • 0 comments

Our package.json says it supports any version of NodeJS greater than or equal to 0.10.x, but that results in a warning when installing in npm v7:

$ npm install
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '0.10.x' },
npm WARN EBADENGINE   current: { node: 'v14.18.0', npm: '7.24.1' }
npm WARN EBADENGINE }

Ideally there is an engines value we can set it to that is really any version of node >0.10.0

JohnRiv avatar Dec 13 '21 20:12 JohnRiv