Skip to content

Instantly share code, notes, and snippets.

@esparkman
Last active February 25, 2016 14:55
Show Gist options
  • Save esparkman/16c03792b1e80c8fb041 to your computer and use it in GitHub Desktop.
Save esparkman/16c03792b1e80c8fb041 to your computer and use it in GitHub Desktop.
~/Development/emmr-frontend(branch:master*) » npm start evansparkman@Evans-MacBook-Pro
> [email protected] start /Users/evansparkman/Development/emmr-frontend
> concurrently --kill-others --prefix '[{index} - {time}]' --timestamp-format 'H:mm:ss.SSS' 'npm run dev:server' 'npm run dev:watch'
[1 - 9:55:00.078]
[1 - 9:55:00.078] > [email protected] dev:watch /Users/evansparkman/Development/emmr-frontend
[1 - 9:55:00.078] > webpack --color -w
[1 - 9:55:00.078]
[0 - 9:55:00.084]
[0 - 9:55:00.084] > [email protected] dev:server /Users/evansparkman/Development/emmr-frontend
[0 - 9:55:00.084] > FORCE_COLOR=true node devServer.js
[0 - 9:55:00.084]
[0 - 9:55:00.385] /Users/evansparkman/Development/emmr-frontend/devServer.js:41
[0 - 9:55:00.385] if (err) throw err;
[0 - 9:55:00.385] ^
[0 - 9:55:00.385]
[0 - 9:55:00.385] Error: listen EADDRINUSE 0.0.0.0:8081
[0 - 9:55:00.385] at Object.exports._errnoException (util.js:856:11)
[0 - 9:55:00.385] at exports._exceptionWithHostPort (util.js:879:20)
[0 - 9:55:00.385] at Server._listen2 (net.js:1227:14)
[0 - 9:55:00.385] at listen (net.js:1263:10)
[0 - 9:55:00.385] at net.js:1372:9
[0 - 9:55:00.385] at nextTickCallbackWith3Args (node.js:486:9)
[0 - 9:55:00.385] at process._tickCallback (node.js:392:17)
[0 - 9:55:00.385] at Function.Module.runMain (module.js:449:11)
[0 - 9:55:00.385] at startup (node.js:140:18)
[0 - 9:55:00.385] at node.js:1001:3
[0 - 9:55:00.391]
[0 - 9:55:00.396] npm
[0 - 9:55:00.396] ERR!
[0 - 9:55:00.396] Darwin 15.3.0
[0 - 9:55:00.396] npm
[0 - 9:55:00.396] ERR! argv "/usr/local/Cellar/node/5.6.0/bin/node" "/usr/local/bin/npm" "run" "dev:server"
[0 - 9:55:00.396] npm ERR! node v5.6.0
[0 - 9:55:00.396] npm ERR! npm v3.7.2
[0 - 9:55:00.397] npm ERR! code ELIFECYCLE
[0 - 9:55:00.397] npm ERR! [email protected] dev:server: `FORCE_COLOR=true node devServer.js`
[0 - 9:55:00.397] npm ERR!
[0 - 9:55:00.397] Exit status 1
[0 - 9:55:00.397] npm ERR!
[0 - 9:55:00.397]
[0 - 9:55:00.397] npm ERR! Failed at the [email protected] dev:server script 'FORCE_COLOR=true node devServer.js'.
[0 - 9:55:00.397] npm ERR!
[0 - 9:55:00.397] Make sure you have the latest version of node.js and npm installed.
[0 - 9:55:00.397] npm ERR! If you do, this is most likely a problem with the emmr-frontend package,
[0 - 9:55:00.397] npm ERR! not with npm itself.
[0 - 9:55:00.397] npm ERR!
[0 - 9:55:00.398] Tell the author that this fails on your system:
[0 - 9:55:00.398] npm ERR! FORCE_COLOR=true node devServer.js
[0 - 9:55:00.398] npm ERR! You can get information on how to open an issue for this project with:
[0 - 9:55:00.398] npm ERR! npm bugs emmr-frontend
[0 - 9:55:00.398] npm ERR! Or if that isn't available, you can get their info via:
[0 - 9:55:00.398] npm ERR! npm owner ls emmr-frontend
[0 - 9:55:00.398] npm ERR! There is likely additional logging output above.
[0 - 9:55:00.401]
[0 - 9:55:00.401] npm ERR! Please include the following file with any support request:
[0 - 9:55:00.401] npm ERR! /Users/evansparkman/Development/emmr-frontend/npm-debug.log
[0 - 9:55:00.410] npm run dev:server exited with code 1
[1 - 9:55:00.465] Live Reload listening on port 35729
[1 - 9:55:00.465]
--> Sending SIGTERM to other processes..
[1 - 9:55:05.355] Hash: c20b4eaef0e10d87e54f
[1 - 9:55:05.355] Version: webpack 1.12.14
[1 - 9:55:05.355] Time: 4890ms
[1 - 9:55:05.355] Asset Size Chunks Chunk Names
[1 - 9:55:05.355] components/MMRDisplay.js 58.9 kB 0 [emitted] components/MMRDisplay
[1 - 9:55:05.355] components/MMRRetailDisplay.js 59.4 kB 1 [emitted] components/MMRRetailDisplay
[1 - 9:55:05.355] components/NavigationBar.js 60.2 kB 2 [emitted] components/NavigationBar
[1 - 9:55:05.355] components/SelectVehicle.js 61.3 kB 3 [emitted] components/SelectVehicle
[1 - 9:55:05.355] libraries.js 2.57 MB 4 [emitted] libraries
[1 - 9:55:05.355] store.js 23.1 kB 5 [emitted] store
[1 - 9:55:05.355] [0] multi libraries 136 bytes {4} [built]
[1 - 9:55:05.355] + 416 hidden modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment