🗒️mac arm nvm install node14 failing
type
status
slug
date
summary
tags
category
password
icon
nvm install 14 failing
Updated Nov 22, 2024
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:Which will allow running the
nvm
installation after changing the arch
: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 🙂
上一篇
Node文件计算Hash
下一篇
Node CPU100% 问题分析解决
Loading...