picostitch
crafting (and) JavaScript

Globally installed npm packages = evil

Nothing to add to this post

Many modules [...] encourage you to globally install them. This is a fragile practice as you might have multiple projects with dependencies on different versions of the same module. Rule of thumb: do not install Node packages globally if you can reasonably avoid it. You can almost always reasonably avoid it.