2.0.2 • Published 9 months ago

wdxantd v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

打包发布

npm run build npm run compile npm publish

发布环境条件:

npm 版本需升级 npm install 命令 adduser

发布报错解决方案:

这时候可以首先将npm镜像地址设为https的地址: npm config set registry https://registry.npmjs.org

然后再尝试发布,如果还是报错,可以运行以下命令支持TLS 1.2: 安装 tls-test-1.0.0.tgz npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz

npm publish