mac m1 arm nvm install node14 failing

https://github.com/nodejs/node/issues/52306

Node v14 doesn't have ARM64 support, which is why nvm failed to find a supported binary, and attempted to build source code (which failed as well)

Node v14不支持ARM64,这就是为什么nvm找不到支持的二进制文件,并试图构建源代码(也失败了)

In order to install v14 on a mac with arm64, you would need to use Rosseta.

You can install Rosseta using the following command:

复制代码
/usr/sbin/softwareupdate --install-rosetta --agree-to-license

Which will allow running the nvm installation after changing the arch:

复制代码
arch -x86_64 zsh
nvm install 14

With all of the above said, Node v14 is EOL, and newer versions already support ARM64, so I will be closing this issue.

If you feel it should be re-opened, please go ahead and do that 🙂

相关推荐
smallzip2 小时前
node大文件拷贝优化(显示进度)
前端·性能优化·node.js
ItisNagatoYuki2 小时前
Mac M芯片 RAG 极简流程 安装 ragflow + LM studio
macos
蓝胖子的多啦A梦3 小时前
npm : 无法加载文件 C:\Program Files\nodejs\npm.ps1,因为在此系统上禁止运行脚
前端·npm·node.js
Spider_Man4 小时前
“AI查用户”也能这么简单?手把手带你用Node.js+前端玩转DeepSeek!
javascript·人工智能·node.js
云攀登者-望正茂5 小时前
如何在mac上安装podman
macos·podman
龚思凯6 小时前
Node.js 模块导入语法变革全解析
后端·node.js
冷凌爱7 小时前
Fetch与Axios:区别、联系、优缺点及使用差异
前端·node.js·js
Sailing7 小时前
Grafana-mcp-analyzer:基于 MCP 的轻量 AI 分析监控图表的运维神器!
前端·node.js·mcp
XI锐真的烦8 小时前
横向对比npm和yarn
前端·npm·node.js
穗余9 小时前
WEB3全栈开发——面试专业技能点P1Node.js / Web3.js / Ethers.js
javascript·node.js·web3