1.5.9-15 • Published 11 months ago
calc-lls-empowerment v1.5.9-15
赋能
Empowerment
发布前
- 在version.md中记录更新内容
发布npm
- 修改package.json version(递增)
- npm run build:lib 或者 npm run build
- 提交代码到git仓库,commit内容为 release+版本号,例:release 1.3.0
- npm publish --registry=http://nexus.linklogis.cn/repository/npm/
发布后
npm publish失败
- 失败原因: npm ERR! code E401 npm ERR! Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager
- 解决方法: .npmrc文件加上以下三行:(C:\Users\xxx.npmrc文件) email=npm@linklogis.com always-auth=true _auth="bnBtOmxsc0BuZXh1czIwMTc="