[vue]Error: listen EADDRNOTAVAIL

What are the eight life cycle hook functions of Vue>>>

INFO  Starting development server...
10% building 1/1 modules 0 activeevents.js:167                              
      throw er; // Unhandled 'error' event
Error: listen EADDRNOTAVAIL 130.51.23.12:8080
    at Server.setupListenHandle [as _listen2] (net.js:1269:19)

Solution: ifconfig IP is changed from 12 to 17, and the configuration in JS of config is changed to 17

Similar Posts: