How to reinstall packages from a previous version of node.js using nvm.
nvm reinstall-packages <version>
Install new version of node.js, while also reinstalling previous global packages.
nvm install --reinstall-packages-from=<previous version> <new version>