Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TimDaub opened this issue Jun 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@TimDaub
Copy link
Member

TimDaub commented Jun 16, 2022

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 TimDaub added the bug Something isn't working label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant