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

Unsupported engine for banner-cli@0.14.3: #11

Open
kitsguru opened this issue Sep 18, 2020 · 1 comment
Open

Unsupported engine for banner-cli@0.14.3: #11

kitsguru opened this issue Sep 18, 2020 · 1 comment

Comments

@kitsguru
Copy link

npm WARN notsup Unsupported engine for banner-cli@0.14.3: wanted: {"node":"^12.18.0","npm":"^6.14.5"} (current: {"node":"14.7.0","npm":"6.14.8"})
npm WARN notsup Not compatible with your version of node/npm: banner-cli@0.14.3
npm WARN notsup Unsupported engine for rasper@0.2.10: wanted: {"node":"^12.18.0","npm":"^6.14.5"} (current: {"node":"14.7.0","npm":"6.14.8"})
npm WARN notsup Not compatible with your version of node/npm: rasper@0.2.10
@markcellus
Copy link

This is because the engines field is restricted to Node 12--so any other versions will produce the warning.

I got this same warning when using node 14. But I've verified the package does indeed work on node 14 :)

@cjpatoilo would you accept a PR by me to edit the engines field to the support versions to include node 14? Once that's done, it should fix the warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants