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

Unable to find Pnpm, does it exist ? On Scalingo #50

Open
Rob1d opened this issue Sep 25, 2024 · 1 comment
Open

Unable to find Pnpm, does it exist ? On Scalingo #50

Rob1d opened this issue Sep 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Rob1d
Copy link

Rob1d commented Sep 25, 2024

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

   NPM_CONFIG_LOGLEVEL=error
   NODE_VERBOSE=false
   NODE_ENV=production
   NODE_MODULES_CACHE=true

-----> Installing binaries
engines.node (package.json): 20.17.0
engines.npm (package.json): unspecified (use default)
engines.pnpm (package.json): unspecified (use default)

   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:

  1. Go to scalingo
  2. Make a build
  3. Check the build log
  4. See error

Versions

  • Node Version: 20.17.0
  • Pnpm version : 9.5.0
  • Buildpack Version: latest

Additional context
Thanks and have a great day !

@Rob1d Rob1d added the bug Something isn't working label Sep 25, 2024
@navidemad
Copy link

navidemad commented Sep 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants