Sander's Blurbs

Menu

Global node packages

This is non-obvious, but might save you some time when using node based tooling:

  • When installing a package globally in system node it works across all versions of node ✅.
  • When installing it globally in a non-system node, it works only in that particular version of node.