negativetwelve / heroku-buildpack-subdir

Deploy apps from subdirectories to Heroku
77 stars 61 forks source link

Issues running the app: bash: npm: command not found #18

Open ruslanguns opened 3 years ago

ruslanguns commented 3 years ago

I have setup my project following the steps provided, my Procfile seems like web: cd quiz-api && npm run start:prod and my .buildpacks seems like quiz-api=https://github.com/heroku/heroku-buildpack-nodejs.git as you can see quiz-api is my working directory, however npm is not recognized as a command, hopefully you can tell me how to fix it. Thanks in advance!