淘先锋技术网

首页 1 2 3 4 5 6 7

问题:

使用npm安装时,过程长时间处于fetchMetadata: sill resolveWithNewModule状态:

[   ...............] - fetchMetadata: sill resolveWithNewModule [email protected] checking installable status

几个可能的原因处理:

1、清除缓存

npm cache clean --force 

2、换淘宝源

npm config set registry https://registry.npm.taobao.org
– 配置后可通过下面方式来验证是否成功 
npm config get registry 
– 或npm info express

3、本身时间就比较长

等待下,有遇到过安装耗时15min才完成的,这个时候耐心等待下