Up:: Ubuntu

How to install the latest NodeJS on Ubuntu

  • Language:: Bash
  • Type:: Ubuntu
  • Context:: just how to update latest and greatest NodeJS
  • Description – a text-based description of the snippet
  • Snippet – the actual snippet/boilerplate (wrapped in code tags)
sudo npm cache clean -f
sudo npm install -g n
sudo n stable

📇Additional Metadata