The best way to install Node JS on lubuntu (and linux in general) is by using NVM (Node Version Manager), because you can get the latest stable Node JS as well as the future release of Node JS with NVM, so it's more flexible to switch from one version to another. In this article i will show you how to install Node JS via NVM.
Step by step how to install Node JS using NVM
- run update command
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install curl
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
source ~/.bashrc
nvm -v
nvm install --lts
Using NVM, you can also install Node JS with specific version, like this:
nvm install v8.11.3
This comment has been removed by a blog administrator.
ReplyDeleteplease don't spam on my blog
DeleteThis information really worth saying, I think you are master of the content and thank you so much sharing that valuable information and get new skills after referring that post.
ReplyDelete