© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jakub
Web Developer
Well, just... download the new installer and install it :) Or you can update it over npm.
sudo npm cache clean -f sudo npm install -g n sudo n stable
Marco Romero
Front-end Engineer
The best way of installing and managing node version in your machine is through nvm
github.com/creationix/nvm
Sabine Hofmann
Perfect. I could have used the installer, but was thinking of other ways to do it. Didn't know npm could be used to upgrade Node. Thanks Jakub!