gulp-patterns
gulp-patterns copied to clipboard
Following this guide produces an error
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.
NOTE: I replaced the path that was displayed in the output with ##########.
Looks like your machine's port 7203 is already used. Try changing it