npm start 안된다
여기서도
npm start --dev라는 명령어로 쓰면 되려나
으아아ㅏ앙
C:\Project\openmct>npm start
> openmct@0.12.1-SNAPSHOT start C:\Project\openmct
> node app.js
events.js:161
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::8080
at Object.exports._errnoException (util.js:1023:11)
at exports._exceptionWithHostPort (util.js:1046:20)
at Server._listen2 (net.js:1261:14)
at listen (net.js:1297:10)
at Server.listen (net.js:1375:9)
at Function.listen (C:\Project\openmct\node_modules\express\lib\application.js:617:24)
at C:\Project\openmct\app.js:81:9
at Object.<anonymous> (C:\Project\openmct\app.js:84:2)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v7.5.0
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! openmct@0.12.1-SNAPSHOT start: `node app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the openmct@0.12.1-SNAPSHOT start script 'node app.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the openmct package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs openmct
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls openmct
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Project\openmct\npm-debug.log