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

error isbinaryfile@5.0.2: The engine "node" is incompatible with this module. Expected version ">= 18.0.0". Got "16.15.1" #1382

Closed
mochj12 opened this issue Apr 23, 2024 · 2 comments

Comments

@mochj12
Copy link

mochj12 commented Apr 23, 2024

install user plugins show this error
how to resolve it?

env: node 16.15.1

expect use node 16+

@JensAstrup
Copy link

Node 16 support ended ~7 months ago, and looking at the tests that run here I suspect ofclif doesn't support LTS versions any longer than would be expected

@kurtaking
Copy link

TL;DR - @mochj12, I don't think you are going to get oclif to work with Node 16.

Node 16 support ended ~7 months ago, and looking at the tests that run here I suspect ofclif doesn't support LTS versions any longer than would be expected

@JensAstrup, you are right and that's indicated by the engines.node value in package.json file. The engines field defines what version of node the package can run on.

@mdonnalley mdonnalley closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
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

4 participants