This is how I installed node on ubuntu 14.04
1 | curl -sL https://deb.nodesource.com/setup | sudo bash - |
Now you get the latest version of node.
This is how I installed node on ubuntu 14.04
1 | curl -sL https://deb.nodesource.com/setup | sudo bash - |
Now you get the latest version of node.