What is the difference between apt-get install -g strongloop and apt-get install -g strong-cli ?
Asked
Active
Viewed 1,610 times
1 Answers
2
Assuming apt-get
was a typo and you actually meant npm
, the difference is strong-cli is the old package name and it was renamed to strongloop.
You should use npm install -g strongloop
because the old package is no longer updated.

Ryann Graham
- 8,079
- 2
- 29
- 32