unfold / heroku-buildpack-pnpm

Run PNPM install on Heroku
MIT License
38 stars 39 forks source link

Use new pnpm install script #10

Closed yeion7 closed 2 years ago

yeion7 commented 2 years ago

@pnpm/self-installer got deprecated, documentation recommends to use https://get.pnpm.io/install.sh

References:

ai commented 2 years ago

Seems like the updated lead to regression https://github.com/unfold/heroku-buildpack-pnpm/issues/12

TheSecurityDev commented 1 year ago

It works better to use the command npm install -g pnpm, as I mentioned in #26.