How can I upgrade Node on my machine from terminal without using any external tools?
I am using a MacBook and I had installed Node.js through the Node installer. Current version is 0.10.32 and I would like to upgrade to 4.1.2. How do I upgrade without using any external libraries like homebrew/nvm etc?
Jakub
Web Developer
Well, just... download the new installer and install it :) Or you can update it over npm.