unfold / heroku-buildpack-pnpm

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

node: command not found #1

Closed misha-erm closed 2 years ago

misha-erm commented 2 years ago

Hello :wave:

I'm trying to use buildpack and it works okay for build stage but the app itself fail to start. I get node: command not found

image

image


Procfile

web: node dist/server.js

Any ideas or workarounds? Thanks in advance

hampusborgos commented 2 years ago

Try adding node@16~ as a dependency.

hampusborgos commented 2 years ago

This should be fixed now. :)