Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 350 Bytes

nvm-reinstall-global-packages-on-version-update.md

File metadata and controls

10 lines (7 loc) · 350 Bytes

Reinstall global packages when you change nodejs version

I had not looked at this last time but found out a handy tip in nvm's readme.

nvm install 8.9.4 --reinstall-packages-from=6.11.0

And, you have all the global packages from your previous version.