https://www.cnblogs.com/Aangle-long/p/11600966.html
安装npm install时,长时间停留在fetchMetadata: xxxxxx处,
是数据源的问题,下载太慢了
更换成淘宝的源就行了
npm config set registry https://registry.npm.taobao.org
– 可以通过下面方式来验证是否成功
npm config get registry
– 或npm info express
原文链接:https://blog.csdn.net/qq_45488981/article/details/112852257
标签:npm,Vue,config,registry,https,脚手架,安装 From: https://www.cnblogs.com/stepforeward/p/16887758.html