npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
cnpm run serve

第二种方法

#经过下面的配置,以后所有的 npm install 都会经过淘宝的镜像地址下载
npm config set registry https://registry.npm.taobao.org 

#查看npm配置信息
npm config list
npm install
npm run serve
Last modification:August 21, 2022
如果觉得这篇技术文章对你有用,请随意赞赏