Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Following this guide produces an error #106

Open
yoooee opened this issue Oct 2, 2015 · 1 comment
Open

Following this guide produces an error #106

yoooee opened this issue Oct 2, 2015 · 1 comment

Comments

@yoooee
Copy link

yoooee commented Oct 2, 2015

When I go through the following steps:
$ npm install
$ bower install
$ tsd install -r -o --save
$ gulp serve-dev

The final step results in the following error:
gulp-patterns] Watching files...
About to crank up node
PORT=7203
NODE_ENV=dev
** DEV **
events.js:85
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1129:14)
at listen (net.js:1155:10)
at Server.listen (net.js:1240:5)
at EventEmitter.listen (/##########/gulpTest/node_modules/express/lib/application.js:617:24)
at Object. (/##########/gulpTest/src/server/app.js:63:5)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
[10:15:38] *** nodemon crashed: script crashed for some reason
[10:15:38] [nodemon] app crashed - waiting for file changes before starting...

NOTE: I replaced the path that was displayed in the output with ##########.

@godhand1607
Copy link

Looks like your machine's port 7203 is already used. Try changing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants