由于 Node 的官方模块仓库网速太慢,模块仓库需要切换到阿里的源

1
npm config set registry https://registry.npm.taobao.org/

执行下面的命令,确认是否切换成功

1
npm config get registry