npm run 导致This is probably not a problem with npm错误的解决方案_vue-cli3

解决方法

  1. 删除 node_modules
  2. npm cache clean --force 清理掉缓存
  3. npm install 重新安装依赖包
  4. npm run serve 成功