返回博客
2026年5月14日0 阅读1 分钟阅读开发者
Ubuntu安装nodejs
## 由于官网下载地址githubusercontent 访问受限,因此需要国内镜像地址下载nvm 安装包 curl -o- https://fastly.jsdelivr.net/gh/nv...
由于官网下载地址githubusercontent 访问受限,因此需要国内镜像地址下载nvm 安装包
curl -o- https://fastly.jsdelivr.net/gh/nvm-sh/nvm@v0.40.3/install.sh | bash
其他操作按照官方指南即可
官网指南