yarn 出現(xiàn)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".
網(wǎng)上搜索解決方案,查閱了一下yarn官方文檔,查找到一種解決方法文章來源:http://www.zghlxwxcb.cn/news/detail-743105.html
yarn config set “strict-ssl” false -g
相信出現(xiàn)類似的情況,會幫助到大家?。?!文章來源地址http://www.zghlxwxcb.cn/news/detail-743105.html
到了這里,關(guān)于解決方案:yarn 出現(xiàn)error An unexpected error occurred錯誤的解決辦法的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!