HomeBrew 安裝 yarn 1.6.0 版本失敗
錯誤程式碼:curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
==> Downloading https://yarnpkg.com/downloads/1.6.0/yarn-v1.6.0.tar.gz
==> Downloading from https://github.com/yarnpkg/yarn/releases/download/v1.6.0/yarn-v1.6.0.tar.gz
########################### 38.6%
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
######################################################################## 100.0%
curl: (7) Failed to connect to github-production-release-asset-2e65be.s3.amazonaws.com port 443: Operation timed out
Error: Failed to download resource "yarn"
Download failed: https://yarnpkg.com/downloads/1.6.0/yarn-v1.6.0.tar.gz
原因應該是 curl 有問題,將 homebrew 源切換成中科院的源也無法解決問題!
最後找到一種方式解決了,在 Mac 終端輸入如下命令:
$ git config --global core.compression -1
然後重新安裝 yarn(由於電腦安裝了 node,所以帶上 --without-node 引數)
$ brew install yarn --without-node
==> Downloading https://yarnpkg.com/downloads/1.6.0/yarn-v1.6.0.tar.gz
==> Downloading from https://github.com/yarnpkg/yarn/releases/download/v1.6.0/yarn-v1.6.0.tar.gz
######################################################################## 100.0%
? /usr/local/Cellar/yarn/1.6.0: 14 files, 4.1MB, built in 4 minutes 58 seconds
相關文章
- 安裝scrapy失敗
- 安裝 httprunner 失敗,無法顯示版本資訊HTTP
- pip 安裝 selenium 失敗
- matplotlib 安裝失敗,求解!
- 安裝失敗(Installing failed)AI
- macOS High Sierra下pyenv安裝多版本失敗問題Mac
- Mac安裝HomebrewMac
- VCSA6.7 安裝失敗
- python 安裝 pyinstaller 失敗 ReadTimeoutErrorPythonError
- Jenkins外掛安裝失敗Jenkins
- python安裝失敗,改下源Python
- Yarn 安裝Yarn
- mac下安裝homebrewMac
- npm安裝失敗解決方案NPM
- python安裝 fbprophet 提示gcc失敗PythonGC
- MSMQ 觸發器 安裝失敗MQ觸發器
- 安裝anaconda提示建立menu失敗
- anaconda安裝失敗解決方法
- Session 'app': Error Launching activity(安裝包安裝失敗)SessionAPPError
- 【Python】pydot安裝失敗解決方法Python
- npm install安裝失敗解決方法NPM
- node-sass安裝失敗暴力方法
- [提問交流]安裝失敗IS_POST
- 解決Wireshark安裝Npcap元件失敗PCA元件
- oracle安裝呼叫圖形化失敗Oracle
- Mac電腦安裝homebrewMac
- M1安裝homebrew
- yarn的安裝,並使用yarn安裝vue腳手架YarnVue
- 全網首個pycuda安裝指導針對2020.1以上版本安裝失敗的解決辦法
- mysql 5.0版本如資料庫已存在則安裝失敗無提示MySql資料庫
- puppeteer 安裝失敗的解決辦法
- Arch linux下安裝bochs失敗解決Linux
- 使用pip install mysqlclient命令安裝mysqlclient失敗?MySqlclient
- Composer doctrine/dbal 2.0 安裝失敗問題
- python3.7安裝robotframework-excellibrary失敗PythonFrameworkExcel
- 寶塔php編譯安裝fileinfo失敗PHP編譯
- mongodb安裝失敗如何徹底刪除MongoDB
- python的django安裝失敗如何處理PythonDjango