Install:
npm install globally `npm install -g verdaccio`
official Docker image
Features:
private registry
caches public dependencies
Configuration File:
once started, configuration file path is outputed
Authentication
run `npm adduser --registry http://localhost:4873` to register user - if user exists it will fail
by default user account stores in ~/.config/verdaccio/htpasswd
To run occasionally:
`nohup verdaccio`