Hey! How are you all! Happy to see you again and let's start with our topic without any disturbance
So if you are a Windows user before you may know that we install Node JS by going to their site
So it's a Node Version Manager which helps to install any version of Node JS version easily and anytime. Also, you can switch between Node Versions seamlessly.
Well, it's only applicable for most Linux users and Mac users. For Windows users, maybe there will be a post soon. You must have a terminal installed in your system
So here is the installation script which you have to copy-paste :
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
So after that when you executed this script you will see this :
But how to use it ??
Just type
nvm
and you will see the steps to follow to install the latest Node JS 😄
0 Comments