I have installed Strongloop using npm install -g strongloop
on my Ubuntu 14.04 server. The slc
command does not work. It says
The program 'slc' is currently not installed. You can install it by typing:
sudo apt-get install heimdal-multidev
How can I get it to run the Strongloop CLI instead of looking for this package? I have added this to my PATH and it still doesn't work. Any ideas?
Other Strongloop commands, like sl-build
work and strongloop
is listed in npm list -g
.