I'm trying to host my LoopBack app on Heroku & I installed this buildpack.
Made Procfile as suggested with web: slc run, but even your buildpack installed, the command-line tool doesn't get recognized, from Heroku I get this error:
heroku/web.1: Starting process with command `slc run`
app/web.1: bash: slc: command not found
Any ideas why this might be happening?
I'm trying to host my LoopBack app on Heroku & I installed this buildpack.
Made Procfile as suggested with
web: slc run, but even your buildpack installed, the command-line tool doesn't get recognized, from Heroku I get this error:Any ideas why this might be happening?