Comcast / Surf-N-Perf

Micro-library for gathering web page performance data

Home Page:http://comcast.github.io/Surf-N-Perf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm WARN EBADENGINE Unsupported engine

JohnRiv opened this issue · 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: 'surfnperf@1.6.0',
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

Closed via #105