1.初始化vue项目,报错This is probably not a problem with npm,there is likely additional logging output above

vue项目遇到的坑

npm install 再然后npm run dev 就报错了,最后找出是版本更新原因,是版本更新的问题:
解决方案
npm install之后,运行 npm i -D [email protected]
最后 http://localhost:8080 启动项目 ok

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-04-15
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-06-02
相关资源
相似解决方案