Surf-N-Perf
Surf-N-Perf copied to clipboard
npm WARN EBADENGINE Unsupported engine
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