After generationg successfully a new Jshipster 3 application, I'm having trouble to serve the application using gulp serve
.
I'm using Ubuntu 16.04 and npm 3.9
and when I try to run gulp serve
, I get this error:
And when I access http://localhost:9000/
I get the following message on the browser:
Error: connect ECONNREFUSED 127.0.0.1:8080
at Object.exports._errnoException (util.js:870:11)
at exports._exceptionWithHostPort (util.js:893:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1063:14)
Any advices? :(