heroku / cli

Heroku CLI
https://devcenter.heroku.com/articles/heroku-cli
ISC License
853 stars 224 forks source link

"engine "node" is incompatible with this module" when running heroku plugins:link #3006

Open schester44 opened 1 month ago

schester44 commented 1 month ago

CleanShot 2024-09-09 at 16 23 12@2x

the directory i'm in is using node 20.x -- any idea where this v16 is being pulled from and/or why i'm seeing this error?

k80bowman commented 1 month ago

Node 16 is packaged with the CLI. Are you building a plugin? If so, for now, you may need to set your Node version to >=16.20.2. We are working on updating this so that folks (and us ourselves) can use newer versions of Node.