安装 nodejs v14 版本(已安装请忽略)
- 切换到 i386 环境(苹果 M 芯片需要):
arch -x86_64 zsh
- 从 https://www.python.org/downloads/release/python-2718/ 下载 python2 并安装
- 从 https://github.com/nvm-sh/nvm 安装最新版 nvm,如
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
- 安装 nodejs v14 版本:
nvm install 14