Verdaccio主要命令

1、登陆

npm login --registry=http://ip:4873

2、上传项目

npm publish --registry=http://ip:4873

3、删除已上传项目

npm unpublish --force yourPackage --registry http://localhost:4873

参考文章:

https://www.mscoder.cn/program/nodejs-verdaccio/

https://blog.csdn.net/zhizhuodewo6/article/details/104265193

发布了308 篇原创文章 · 获赞 51 · 访问量 21万+

猜你喜欢

转载自blog.csdn.net/zhizhuodewo6/article/details/104266773