You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: listen EADDRINUSE 0.0.0.0:8080
at Object.exports._errnoException (util.js:874:11)
at exports._exceptionWithHostPort (util.js:897:20)
at Server._listen2 (net.js:1234 :14)
at listen (net.js:1270:10)
at net.js:1379:9
at doNTCallback3 (node.js:452:9)
at process._tickCallback (node.js:358:17)
[nodemon] app crashed - waiting for file changes before starting...
The app normally listen in the port 9000 but with the build app in Gulp listen in 8080. The EADDRINUSE error says that the port was in use, but it wasn't.
The text was updated successfully, but these errors were encountered:
Hi
There was a process taking the port 8080. Killing it the build app worked fine.
The locals app use the port 9000 in both, Gulp and Grunt but the build app in Grunt uses the 9000 port and Gulp the 8080. What is the reason to use different ports?
In the current state of the generator, which is the most reliable Build Tool for starting a project, Grunt or Gulp?
Personally I prefer Gulp, but it's up to you. The port we use for the serve:dist setup should be the same in both files, though. I'll make sure to change it.
Hi
I have been trying the new version 3.6 with tthe two build tools Grunt and Gulp.
GRUNT
With Grunt everything is fine
GULP
In the preview of the build app I got the next error:
The app normally listen in the port 9000 but with the build app in Gulp listen in 8080. The EADDRINUSE error says that the port was in use, but it wasn't.
The text was updated successfully, but these errors were encountered: