0

What is the difference between apt-get install -g strongloop and apt-get install -g strong-cli ?

Jordan Kasper
  • 13,153
  • 3
  • 36
  • 55

1 Answers1

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