eth-fun
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
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 }