You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi ! I used your buildpack since 1 year with my entreprise project in the plateform Scalingo. But the last week the buildpack doesn't want to build, meanwhile I've used it for hundreds of builds and changed nothing in my pnpm config. To be more precise I got an error at the second step of the build, when he needs to install pnpm, it says that it's unable to find pnpm.
Resolving node version 20.17.0...
Downloading and installing node 20.17.0...
Detected package-lock.json: defaulting npm to version 5.x.x
Bootstrapping npm 5.x.x (replacing 10.8.2)...
npm 5.x.x installed
Downloading and installing pnpm...
Unable to install pnpm ; does it exist?
-----> Build failed
We're sorry this build is failing! You can troubleshoot common issues here:
https://devcenter.heroku.com/articles/troubleshooting-node-deploys
If you're stuck, please submit a ticket so we can help:
https://help.heroku.com/
Love,
Heroku
To Reproduce
Steps to reproduce the behavior:
Go to scalingo
Make a build
Check the build log
See error
Versions
Node Version: 20.17.0
Pnpm version : 9.5.0
Buildpack Version: latest
Additional context
Thanks and have a great day !
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi ! I used your buildpack since 1 year with my entreprise project in the plateform Scalingo. But the last week the buildpack doesn't want to build, meanwhile I've used it for hundreds of builds and changed nothing in my pnpm config. To be more precise I got an error at the second step of the build, when he needs to install pnpm, it says that it's unable to find pnpm.
here is the full log from scalingo
<-- Start deployment of marcel-dev -->
Fetching source code
-----> Cloning custom buildpack: https://github.com/unfold/heroku-buildpack-pnpm#master
Fail to clone the 'master' branch, attempt to clone the 'main' branch
-----> Cloning custom buildpack: https://github.com/unfold/heroku-buildpack-pnpm#main
-----> Creating runtime environment
-----> Installing binaries
engines.node (package.json): 20.17.0
engines.npm (package.json): unspecified (use default)
engines.pnpm (package.json): unspecified (use default)
-----> Build failed
To Reproduce
Steps to reproduce the behavior:
Versions
Additional context
Thanks and have a great day !
The text was updated successfully, but these errors were encountered: