执行

nvm install v16.17.0

报错内容:

Downloading and installing node v16.17.0...
Downloading https://nodejs.org/dist/v16.17.0/node-v16.17.0-darwin-x64.tar.gz...
                                                                            0.1%
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Binary download from https://nodejs.org/dist/v16.17.0/node-v16.17.0-darwin-x64.tar.gz failed, trying source.
grep: /Users/qiruofan/.nvm/.cache/bin/node-v16.17.0-darwin-x64/node-v16.17.0-darwin-x64.tar.gz: No such file or directory
Provided file to checksum does not exist.
Binary download failed, trying source.
Detected that you have 8 CPU core(s)
Running with 7 threads to speed up the build
Clang v3.5+ detected! CC or CXX not specified, will use Clang as C/C++ compiler!
Downloading https://nodejs.org/dist/v16.17.0/node-v16.17.0.tar.gz...
                                                                            0.5%
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Binary download from https://nodejs.org/dist/v16.17.0/node-v16.17.0.tar.gz failed, trying source.
grep: /Users/qiruofan/.nvm/.cache/src/node-v16.17.0/node-v16.17.0.tar.gz: No such file or directory
Provided file to checksum does not exist.

方法一

vim编辑器打开bash_profile文件:

sudo vi .bash_profile

输入下面代码:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \."$NVM_DIR/nvm.sh"  # This loadsnvm
[ -s "$NVM_DIR/bash_completion" ] && \."$NVM_DIR/bash_completion"  #This loads nvm bash_completion

esc
:wq保存退出
重启命令行后重新执行安装命令

方法二 修改计算机网络配置

系统在解析hostname时使用了ipv6,取消使用

$ networksetup -setv6off Wi-Fi

恢复

$ networksetup -setv6automatic Wi-Fi

方法三 网络问题

如果是下一部分就报错,但是进度是前进的,就多下几次,有可能是网络慢引发的问题。

GitHub 加速计划 / nv / nvm
78.06 K
7.82 K
下载
nvm-sh/nvm: 是一个 Node.js 版本管理器,用于在不同的 Node.js 版本之间进行切换。它可以帮助开发者轻松管理多个 Node.js 版本,方便进行开发和测试。特点包括轻量级、易于使用、支持跨平台等。
最近提交(Master分支:2 个月前 )
9c9ff4ba Moved issue template into ISSUE_TEMPLATE folder 6 天前
51ea809d - 6 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐