A soft link should be created in / usr / local / bin called slc , which will point to the strongloop binary.
Check if the following exists.
/usr/local/lib/node_modules/strongloop/bin/slc
If not, strongloop will not install successfully, otherwise check for the presence of softlink slc in /usr/local/bin/ .
/usr/local/bin/slc -> /usr/local/lib/node_modules/strongloop/bin/slc
If so, then /usr/local/bin must be added to $PATH , otherwise create a softlink and make sure that /usr/local/bin in $PATH .
source share