王小扬博客
Git
AI
产品
film
AI Code
Java
其他
计算机网络
DB
云原生
Node
Docker
操作系统
Elasticsearch
Apollo
Nestjs
Think
大前端
PHP
软件开发
设计
生活技巧
CI
缓存
🗒️mac arm nvm install node14 failing
type
status
slug
date
tags
summary
category
password
icon
nvm install 14 failing
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 🙂
上一篇
Saas的困境
下一篇
容器内获取宿主机名称和容器ID
Loading...