报错 在使用npm过程中连续产生多行报错 no such file or directory, open '/node_modules/.staging/ 原因 npm版本配置不一致导致,可以尝试重新安装npm解决 解决方案 npm cache clean -f npm install -g npm 相关文章: