解决方法1
目录C:Users(your username)AppDataRoaming
有个npm文件夹 删除如果没有 npm cache文件
cmd下运行
npm clean cache —force
解决方法2
目录C:Users(your username)AppDataRoaming
有个npm文件夹 删除如果没有 mom cache
cmd下运行
npm clean cache —force
github 原文地址https://github.com/nodejs/help/issues/2874