Error: listen EADDRNOTAVAIL: address not available

webpack-dev-server --inline --progress --config build/webpack.dev.conf.js

 10% building modules 1/1 modules 0 activeevents.js:174
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRNOTAVAIL: address not available 192.168.0.191:8081

 

address not available 192.168.0.191:8081 地址无效,需要自config/index.js 里面修改 成localhost或者换成自己本地的ip。

你可能感兴趣的:(vue)