Created
December 16, 2013 09:20
-
-
Save agungf/7984338 to your computer and use it in GitHub Desktop.
unistalling strongloop deb package from rackspace server and installing the new version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. removing the deb package: apt-get remove strongloop-suite | |
2. installing the new one: | |
add-apt-repository ppa:chris-lea/node.js | |
apt-get update | |
apt-get install nodejs | |
npm install -g strong-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment