1.0.9 • Published 2 years ago

scii-design v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

环境

npm 版本:6.13.4 npm install npm@6.13.4

添加账户

npm adduser 用户名:scii-design 密码:SCIIscii123 邮箱验证码:***

打包发布

npm run build npm run compile npm publish

发布报错解决方案:

这时候可以首先将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