只用node就要用到npm安装软件包。众所周知,npm默认使用的国外源速度非常慢,需要切换到国内的镜像源。taobao提供了很好用的镜像源。
# 查看镜像源 npm config get registry # 设置镜像源 npm config set registry https://registry.npmmirror.com
设置好镜像源即可。不要使用cnpm命令方式,这种方式在某些情况下无法使用镜像源,比如使用npx命令。
cnpm
npx