calc-lls-empowerment
v1.5.9-15
Published
Empowerment
Downloads
4
Readme
赋能
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/
发布后
- 更新文档:https://git.hrlyit.com/base-frontend/lls-enpowerment-frontend/-/wikis/home
npm publish失败
- 失败原因: npm ERR! code E401 npm ERR! Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager
- 解决方法: .npmrc文件加上以下三行:(C:\Users\xxx.npmrc文件) [email protected] always-auth=true _auth="bnBtOmxsc0BuZXh1czIwMTc="
访问发布的npm包
- http://nexus.linklogis.cn/repository/npm/lls-empowerment
- 可以直接访问发布的npm包