How to Install the Latest Versions of NodeJS and NPM for Ubuntu 14.04 LTS
Fresh installation Node JS
Use the NodeSource PPA. For details look at the installation instructions. First, choose the Node.js version you need and add the sources for it:
Then install the Node.js package.
P.S.:
curl package must be installed on server for these code lines. |
Upgrading
If you have
nodejs already installed and want to update, then first remove current instalation and install it again using scripts above.
|
great
ReplyDelete