0
点赞
收藏
分享

微信扫一扫

npm 私包管理命令

天天天蓝loveyou 2022-04-19 阅读 70
npm
  1. npm set registry http://    
  2. npm adduser --registry http://  
  3. npm profile set password --registry http://
  4. npm publish --registry http://   发布包
  5. npm unpublish 包名@1.0.1    删除指定版本
举报

相关推荐

0 条评论