简体   繁体   中英

How to install StrongLoop Loopback in Ubuntu 14.04?

apt-get install -g strongloop和apt-get install -g strong-cli有什么区别?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM