Install Latest Version of Node.js & NPM in Linux (2020) ☺️
Описание
*Installation Steps of node.js & npm for CentOS & Fedora : - *
Step 1 - Install wget or curl package on your system (if not installed in your system)
sudo yum install wget Or sudo yum install curl
Step 2 - Install NVM (Node version manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Step 3 - To reflect/save the changes
source ~/.bashrc
Step 4 - To verify that nvm has been installed
command -v nvm
Step 5 - Download/install Node.js & npm
nvm install node
Step 6 - Verify the node.js & npm version
node -v
npm -v
Note : We can install node.js & npm in our linux distributions like ubuntu(16.04/18.04/19.04/20.04), linux mint,debian,CentOS, Fedora etc. with the help of the video & description given below.
If you like this video please like,share & subscribe ☺️ Thank You ☺️ ?
Рекомендуемые видео


















