- Go ahead ->

New Shortcut to install Node JS easily in Linux or Mac !

 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 


But I found a Github repository that helps you a lot more than just installing Node JS. It's called nvm.


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 :


So now you have to just reopen the terminal and your nvm is ready to go! 

But how to use it ?? 

Just type nvm and you will see the steps to follow to install the latest Node JS 😄


That's it! See you next week ! 😁

Post a Comment

0 Comments