The Best of “npm installĀ -g”

Working with Node.js, I commonly find myself switching between different versions with nvm. Regardless of the version, I maintain a script npm.sh, where I install a common list of globally useful CLIs…. Source: https://hackernoon.com/the-best-of-npm-install-g-9ab9d749eeb1

npm tricks part 1: get list of globally installed packages

Quick question: does everybody of you folks know the exact amount of globally installed npm packages in your workstation? Probably not. This is especially true for NodeJS/npm newbies, who ofter try the most popular packages installing them globally, without even defining them in their package…. Source: https://medium.com/@alberto.schiabel/npm-tricks-part-1-get-list-of-globally-installed-packages-39a240347ef0