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
I installed the buildpack on heroku, activated via corepack pnpm and then did a deployment test. The error message I get is the classic ERR_PNPM_PREPARE_PKG_FAILURE.
Packages are hard linked from the content-addressable store to the virtual store.
Content-addressable store is at: /app/.local/share/pnpm/store/v3
Virtual store is at: node_modules/.pnpm
ERR_PNPM_PREPARE_PKG_FAILURE Command failed with exit code 1: pnpm install
Progress: resolved 275, reused 273, downloaded 0, added 0
Steps to reproduce the behavior:
Set up your buildpack from the heroku dashboard and removed the default buildpack
I installed the buildpack on heroku, activated via corepack pnpm and then did a deployment test. The error message I get is the classic ERR_PNPM_PREPARE_PKG_FAILURE.
Packages are hard linked from the content-addressable store to the virtual store.
Content-addressable store is at: /app/.local/share/pnpm/store/v3
Virtual store is at: node_modules/.pnpm
ERR_PNPM_PREPARE_PKG_FAILURE Command failed with exit code 1: pnpm install
Progress: resolved 275, reused 273, downloaded 0, added 0
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: