Install nodeJs in linux

Install nodeJs in linux

 

Download the NodeJS https://nodejs.org/en

 Extract the tar file

 Rename the file to nodejs

 Run the below command:


 cd nodejs


 sudo cp '/home/dev/Downloads/nodejs/bin/node' '/usr/bin'


 node -v


 sudo ln -s /home/dev/Downloads/nodejs/bin/npm /usr/local/bin/npm


 ./npm install npm@latest


 npm -v

 

 

 

Comments

Popular posts from this blog

Uninstall MySQL server and client from Ubuntu