eth-fun icon indicating copy to clipboard operation
eth-fun copied to clipboard

when trying to install [email protected] as a peerDependency to a node v16 project, a warning about version incompatibility is thrown

Open TimDaub opened this issue 3 years ago • 0 comments

npm i [email protected] --save-peer
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '~14.19.3', npm: '^6.14.17' },
npm WARN EBADENGINE   current: { node: 'v16.15.1', npm: '8.11.0' }
npm WARN EBADENGINE }

TimDaub avatar Jun 16 '22 07:06 TimDaub