nvm 未在 mac 下载
nvm not downloading on mac
我想使用 nvm
(节点版本管理器)安装 nodejs
和 npm
(节点包管理器),因为我在使用 [=11= 安装它时遇到权限问题] 安装程序。
我检查了 nvm 页面以了解如何安装它:
https://github.com/nvm-sh/nvm
但是当我运行以下命令(有或没有sudo)时,下载没有开始:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
请注意,我的设备上安装了 curl。
v0.34.0 好像下载失败了。
我尝试安装较早的版本并成功下载并安装:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
我想使用 nvm
(节点版本管理器)安装 nodejs
和 npm
(节点包管理器),因为我在使用 [=11= 安装它时遇到权限问题] 安装程序。
我检查了 nvm 页面以了解如何安装它: https://github.com/nvm-sh/nvm
但是当我运行以下命令(有或没有sudo)时,下载没有开始:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
请注意,我的设备上安装了 curl。
v0.34.0 好像下载失败了。
我尝试安装较早的版本并成功下载并安装:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash