Closed misha-erm closed 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
node: command not found
Procfile
web: node dist/server.js
Any ideas or workarounds? Thanks in advance
Try adding node@16~ as a dependency.
node@16~
This should be fixed now. :)
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
Procfile
Any ideas or workarounds? Thanks in advance