报错图片:
vue启动报错 Error: listen EADDRNOTAVAIL: address not available 192.168.xxx.xx:8081
错误原因:
1、端口号已被占用
解决方法:
npm install之后,运行 npm i -D [email protected] 然后重新启动就可以了
vue启动报错 Error: listen EADDRNOTAVAIL: address not available 192.168.xxx.xx:8081
2、ip地址不对
解决方法:
将所设置的代理IP修改为 自己的本机IP就行了!
vue启动报错 Error: listen EADDRNOTAVAIL: address not available 192.168.xxx.xx:8081

相关文章:

  • 2021-07-12
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-25
  • 2021-05-19
  • 2022-01-04
  • 2021-07-08
  • 2021-10-28
  • 2022-01-31
  • 2022-12-23
相关资源
相似解决方案