I’m running mac osx and trying to get the latest master branch to run. I keep running into this error when I try to enter the command ‘npm run watch’
> [email protected] watch /Users/steven.yuan/dev/contrib/browser-laptop
> webpack-dev-server --color
events.js:182
throw er; // Unhandled 'error' event
^
Error: listen EADDRNOTAVAIL fe80::1:8080
at Object._errnoException (util.js:1041:11)
at _exceptionWithHostPort (util.js:1064:20)
at Server.setupListenHandle [as _listen2] (net.js:1305:19)
at listenInCluster (net.js:1370:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1492:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:100:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] watch: `webpack-dev-server --color`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] watch script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/steven.yuan/.npm/_logs/2017-09-16T00_49_01_466Z-debug.log
My node version is 8.4.0 and npm version is 5.3.0. I already tried removing the node_modules folder and running ‘npm install’ fresh and that didn’t help. Any ideas?