Listing global npm installed packages
Now that yarn is all the hype, I am guessing a lot of people would want to reinstall their global packages using yarn. In order to find the package names and versions of globally installed packages all you need to do is:
npm ls -g --depth=0
Subscribe to masimplo.com
Get the latest posts delivered right to your inbox