Open Rob1d opened 2 months ago
Have you tried the official https://github.com/Scalingo/nodejs-buildpack. Apparently it supports pnpm for few months already: https://github.com/Scalingo/nodejs-buildpack/pull/115/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR21
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 !