vue项目下载依赖npm install 报错:(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法 出现这种报错的时候有我用了清空缓存的方法: 1,清理本地缓存:cache clean --force 有的人说是权限问题,有的说vue版本问题。可我排查后发现并不是,于是考虑是不是缓存的问题,最后发现还就是缓存问题。
npm ERR! path D:\xxx\xxx\xxx\node_modules\.staging\echarts-7d8faaa3\dist\echarts.simple.js npm ERR!code EPERM npm ERR! errno -4048npm ERR!syscall lstat npm ERR! Error: EPERM: operation not permitted, lstat 'D:\xxx\xxx\xxx\node_modules\.staging\echarts-7d8faaa3\dist\echarts.simple...