Installing Node.js on Ubuntu

Arguably the most basic and repeated task for any Node developer is installing Node.js on a server. So it makes sense to find the quickest way to do it. The solution is node version manager or nvm. NVM makes it easy to install any version of node or multiple versions of node on the same … Continued