how to update NodeJS to latest version

Опубликовано: 05 Ноябрь 2024
на канале: Learn, Think & (Create) Code
81
0

Hi guys,

I have discussed How to update nodejs to the latest version using NVM.

Install NVM if you have not installed it. Install nvm for windows
https://github.com/coreybutler/nvm-wi...

To install the specific version of Nodejs, use the command

nvm install 12.3.0

To install the latest version of Nodejs above 32-bit system, use the command

nvm install latest

To install the latest version of Nodejs in 32-bit system, use the command

nvm install node

To check all the available Nodejs versions, use the command

nvm list available

Video to install NVM in windows ands also the list of NVM commands,

   • How to switch between node versions u...  


ABOUT MY CHANNEL

My channel is about teaching how to develop projects with the Frontend and Backend technologies easily. I have covered lot of cool stuffs especially for the beginners.
Check out my channel here:
   / @learnthinkcreatecode  
Don't forget to subscribe!

CHECK OUT MY OTHER VIDEOS

Parking Management System Backend:    • Parking Management System - Backend u...  
Parking Management System Frontend:    • Parking Management System - Frontend  
Visitors Management System Backend:    • Visitors Management system  
Visitors Management System Frontend:   • Visitors Management System - Frontend  


Please visit this website if you are planning for tour and travel. I may receive a small commission for bookings made through these website.

For Cheap Flights booking: https://letstourandtravel.com/
For Hotel bookings: https://letstourandtravel.com/hotels/
For Cruises bookings: https://letstourandtravel.com/cruise/
For amazon products: https://letstourandtravel.com/shop/

Thank you guys for your love and support.

#nodejs #node #nodevideo #nvm