npm i 时,报错4048

查找结果是,是缓存问题,把缓存清掉即可。

找到了两种清除的指令:

指令1:

npm cache clean --force

指令2:

npm cache verify

你可能感兴趣的:(npm i 时,报错4048)