Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash: slc: command not found #4

Open
kexoth opened this issue Dec 3, 2015 · 2 comments
Open

bash: slc: command not found #4

kexoth opened this issue Dec 3, 2015 · 2 comments

Comments

@kexoth
Copy link

kexoth commented Dec 3, 2015

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?

@MartinCerny-awin
Copy link

I have the same error. Have you manage to fix it?

@cmvee
Copy link

cmvee commented Jun 18, 2017

I believe your best bet is to remove the buildpack and edit your Procfile to be web: node .

Why? Strongloop-specific tooling is no longer being maintained since being purchased by IBM. Loopback itself is being maintained, and in fact the loopback-cli project specifically mentions that it "supersedes" strongloop's "older slc tool."

Note that loopback-cli should not be necessary to run the heroku server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants