Thursday, January 21, 2016

Ubuntu 15.10 64 bits with Node.js and Loopback

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:
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3. sudo apt-get install -y build-essential python python-software-properties g++ make git
  4. curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
  5. 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:
  1. sudo npm -g install strongloop

No comments: