nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS when install 14 curl: (22) The requested URL returned error: 404

Xhhhhhhhhhhhhh opened this issue · comments

nvm install 14 --lts

Downloading and installing node v14.21.3...
Downloading https://nodejs.org/dist/v14.21.3/node-v14.21.3-darwin-arm64.tar.xz...
curl: (22) The requested URL returned error: 404                                                                                         

Binary download from https://nodejs.org/dist/v14.21.3/node-v14.21.3-darwin-arm64.tar.xz failed, trying source.
grep: /Users/xh36/.nvm/.cache/bin/node-v14.21.3-darwin-arm64/node-v14.21.3-darwin-arm64.tar.xz: No such file or directory
Provided file to checksum does not exist.
Binary download failed, trying source.
Additional options while compiling:  --lts
Clang v3.5+ detected! CC or CXX not specified, will use Clang as C/C++ compiler!

Why is the download address https://nodejs.org/dist/v14.21.3/node-v14.21.3-darwin-arm64.tar.xz, i look at the file in https://nodejs.org/dist/v14.21.3, should use the address https://nodejs.org/dist/v14.21.3/node-v14.21.3-darwin-x64.tar.xz

Please fill out the issue template; duplicate of #3338