NodeJS安装和镜像配置
这个方法适用于 Linux,通过运行命令可以快速的装上 nodejs
1 | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash |
1 | npm config set registry https://registry.npmmirror.com |
参考镜像网站:https://npmmirror.com/
这个方法适用于 Linux,通过运行命令可以快速的装上 nodejs
1 | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash |
1 | npm config set registry https://registry.npmmirror.com |
参考镜像网站:https://npmmirror.com/