首先 cd 到要启动的项目里面
再启动该项目 npm run dev
出现下图情况:
用Webpack启动Vue项目时提示This is probably not a problem with npm,there is likely additional logging output
原因我还不清楚,知道的大佬可以评论提示一波我这个弱弱

解决方法:
输入npm install,重新安装 npm

再重新启动该项目 npm run dev ( 首先 cd 到要启动的项目里面)
出现下图情况说明启动成功:
用Webpack启动Vue项目时提示This is probably not a problem with npm,there is likely additional logging output

进入浏览器输入地址 http://localhost:8080
出现下图情况验证了项目启动成功:
用Webpack启动Vue项目时提示This is probably not a problem with npm,there is likely additional logging output

相关文章:

  • 2021-04-07
  • 2021-12-05
  • 2021-11-08
  • 2022-12-23
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-12-24
  • 2021-05-14
相关资源
相似解决方案