美文网首页Angular
An unhandled exception occurred:

An unhandled exception occurred:

作者: survivorsfyh | 来源:发表于2022-11-30 14:32 被阅读0次

    此次启动一个项目的时候抛出了如下异常:

    An unhandled exception occurred: listen EADDRNOTAVAIL: address not available 192.168.12.108:4200
    See "/private/var/folders/6j/rm7d330x347c32lxthmjnp8w0000gn/T/ng-Qc866X/angular-errors.log" for further details.
    

    解决办法

    本地网络的环境变化导致监听的端口 ip 变更从而发生了异常;
    重新查看下当前的本机 ip 是多少后重新修改下配置启动项的命令即可.

      // 例如
     ng serve --host 192.168.0.105 // ip 地址处填写为当前本机 ip 即可
    

    以上便是此次分享的全部内容,希望能对大家有所帮助!

    相关文章

      网友评论

        本文标题:An unhandled exception occurred:

        本文链接:https://www.haomeiwen.com/subject/hxydfdtx.html