Cool tool for npm packages and having a local cache
Verdaccio, a fork of Sinopia, to the rescue... use with each command or set forever... npm install --registry http://localhost:4978 Good also to know that »
Verdaccio, a fork of Sinopia, to the rescue... use with each command or set forever... npm install --registry http://localhost:4978 Good also to know that »
Per the npm documentation, this is the script to use: Here's the gist #!/bin/sh set -e set -x for package in $(npm -g outdated --parseable »