Is it possible to upgrade node
right in place, instead of manually installing the latest stable version?
I have installed node.js version 5.0
with nvm
, but now I want to update it to 5.4
. I’m trying to avoid having to manually reinstall all of my global packages (e.g. by running npm install -g grunt-cli bower yo yoman-angular-generator blabla blablablabla
…).