DEV Community

Cover image for Installing a New Node Version and Migrating npm Global Packages

Installing a New Node Version and Migrating npm Global Packages

Andy Zhao (he/him) on August 16, 2019

So I recently had to install a new Node version because we (dev.to) upgraded it. Or at least I think that's the reason -- I just do what the comman...
Collapse
 
ltvan profile image
Van Ly

You can try npm root -g to see where the global node_modules folder is.

Collapse
 
marcelocg profile image
Marcelo Gonçalves

That's the type of thing that makes documentation so important! Little details that were lacking made you lose your time figuring out issues that the tool should have covered. Thanks for sharing!

Collapse
 
airled profile image
Vladimir

Just install this and forget about rbenv, nvm and others