Nodesource 为 debian, ubuntu, fedora, RHEL 等发行版提供预编译的 nodejs 和 npm 等软件包。
运行
curl -sL https://deb.nodesource.com/setup | sudo bash - # or
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - # or
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
编辑 /etc/apt/sources.list.d/nodesource.list
,把
https://deb.nodesource.com/node/
替换为
https://mirror.nyist.edu.cn/nodesource/deb/
即可。
如果是 https://deb.nodesource.com/node_10.x/
,则改为 https://mirror.nyist.edu.cn/nodesource/deb_10.x/
。