关于verdaccio:使用verdaccio搭建私有npm仓库

verdaccio应用教程http://npm.xxx.com 是私有化部署的verdaccio 服务批改NPM代理:npm set registry http://npm.xxx.com注册/登陆 npm账号:npm adduser --registry http://npm.xxx.com公布npm包npm publish --registry http://npm.xxx.com我的项目中援用 npm i ydl_track其余命令npm config delete proxy // 删除npm代理npm config delete https-proxy // 删除 npm https代理参考资料https://verdaccio.org/

November 29, 2021 · 1 min · jiezi