Well the time came to meet Node.js again and install the latest version 5.x as well as Loopback due to projects needs, here is the recipe:
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install -y build-essential python python-software-properties g++ make git
- curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
- sudo apt-get install -y nodejs
Once all the previous has successfully installed, we install Loopback, and take our time for coffee, since it takes a while:
- sudo npm -g install strongloop
No comments:
Post a Comment