安装过程卡在
...............] \ fetchMetadata: sill resolveWithNewModule [email protected] checking installable status
过程是这样的:
1.从 github 拉取 vue-element-admin
2.先是开着代理直接 npm install,卡住
3.然后 npm install --registry=https://registry.npm.taobao.org ,卡住,报错
4.把淘宝源设置为默认源再 npm install,卡住,报错
5.清空缓存,重新安装,报错
6.删除 npm 、npm-cache 文件夹,重新安装,报错
7.现在我重新找一台电脑,npm install --registry=https://registry.npm.taobao.org , 还是报错
请问有没有人遇到类似问题,怎么解决的
...............] \ fetchMetadata: sill resolveWithNewModule [email protected] checking installable status
过程是这样的:
1.从 github 拉取 vue-element-admin
2.先是开着代理直接 npm install,卡住
3.然后 npm install --registry=https://registry.npm.taobao.org ,卡住,报错
4.把淘宝源设置为默认源再 npm install,卡住,报错
5.清空缓存,重新安装,报错
6.删除 npm 、npm-cache 文件夹,重新安装,报错
7.现在我重新找一台电脑,npm install --registry=https://registry.npm.taobao.org , 还是报错
请问有没有人遇到类似问题,怎么解决的