搭建npm 私用库 verdaccio
https://verdaccio.org/
https://github.com/verdaccio/verdaccio/
https://www.jianshu.com/p/cf2e9f580e6d
npm adduser --registry http://localhost:4873
npm publish --registry http://localhost:4873
外网访问
vim /root/.config/verdaccio/config.yaml 尾部添加 listen: 0.0.0.0:4873