解决方案:yarn 出现error An unexpected error occurred错误的解决办法
yarn出现error An unexpected error occurred: "https://github.com/eligrey/FileSaver.js: unable to verify the first certificate"错误的解决办法
·
yarn 出现error An unexpected error occurred错误的解决办法
yarn
相比于 npm
、cnpm
、npx
来说,效率很高,是前端工程师首选的包管理
工具,但今日在项目中遇到一个问题,让人很是头疼,看一下报错:
error An unexpected error occurred: "https://github.com/eligrey/FileSaver.js: unable to verify the first certificate".
网上搜索解决方案,查阅了一下yarn官方文档,查找到一种解决方法
yarn config set “strict-ssl” false -g
相信出现类似的情况,会帮助到大家!!!
更多推荐
已为社区贡献1条内容
所有评论(0)