npm 包发布(绑定GitHub流水线发布)

  •  流水线发布

  • name

    publish必填项(version,name+verson构成唯一标识),唯一,所以publish前验证库里是否存在该名称,方式npm info  xxx 
    npm ERR! 404 'cy_test' is not in the npm registry.可以使用。
    
    • 规则:不能以.或者_开头,不能有大写字母

    • 原则上不与node模块重名,名称中不应有js/node字样,简短有意义

  • version:打包必填

  • description:是一段描述:string

  • homepage:文件地址

    "homepage": "https://github.com/owner/project#readme"
    
  • keywords:让人在npm更容易检索到你的包

 "keywords": [
    "ant",
    "ui"
  ],

- 注册/登录npm

(1)第一次登录要去邮箱验证下,不然会报403--In most cases, you or one of your dependencies are requesting

(2)如果是403,code E403 没权限发布 npm ERR! [no_perms] Private mode enable, only admin can

这个是你的源设置成第三方源的时候才有可能发生,比如设置了淘宝源就可能会导致该问题

npm config set registry http://registry.npmjs.org

npm login

npm init

安装 nrm

npm install nrm -g
nrm ls
nrm use npm
  • 6
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值