Still failing with: error [email protected]: The engine "node" is incompatible with this module. Expected version "~20.x". Got "23.4.0"
Well heroku-cli depends on nodejs 20. You can install the nodejs-lts-iron
which provides that.
But I can change the PKGBUILD to explicitly depend on nedojs 20.
But feel free to open a pull request in https://github.com/heroku/cli to add support for nodejs 22 and 23.
Pinned Comments