国内镜像源
homebrew
中科大
yum
清华源
nodejs
淘宝源
# 临时使用
npm --registry https://registry.npm.taobao.org install xxx
# 永久使用
npm config set registry https://registry.npm.taobao.org
# 恢复官网源
npm config set registry https://registry.npmjs.org
常用的linux命令收集
nodejs