sentry-cli报错修复
正在加载今日诗词....2022-10-19
使用sentry-cli安装依赖时出现以下报错
Error: Unable to download sentry-cli binary from https://downloads.sentry-cdn.com/
yarn报错解决方式
修改.yarnrc文件,C:\Users\xiang wang.yarnrc,添加以下配置
registry "https://registry.npm.taobao.org" ENTRYCLI_CDNURL "https://cdn.npm.taobao.org/dist/sentry-cli" sentrycli_cdnurl "https://cdn.npm.taobao.org/dist/sentry-cli"
重新执行yarn即可
npm报错解决方式
- 修改.npmrc,如上
- npm执行命令
npm set ENTRYCLI_CDNURL=https://cdn.npm.taobao.org/dist/sentry-cli npm set sentrycli_cdnurl=<https://cdn.npm.taobao.org/dist/sentry-cli
京ICP备2022027737号
Copyright © 2022 - present @wangxiang