-
Notifications
You must be signed in to change notification settings - Fork 215
Description
I have run this project using npm run dev, the app ran fine, but I also got this output:
[WARN] No ENV file found
03:14:29 electron.1 | starting electron
03:14:30 react.1 | > electron-with-create-react-app@0.1.0 start C:\Users\G\Downloads\electron-with-create-react-app-master
03:14:30 react.1 | > react-scripts start
03:14:34 react.1 | Something is already running on port 3000.
[DONE] Killing all processes with signal null
internal/util.js:186
throw new errors.Error('ERR_UNKNOWN_SIGNAL', signal);
^Error [ERR_UNKNOWN_SIGNAL]: Unknown signal: null
at convertToValidSignal (internal/util.js:186:9)
at ChildProcess.kill (internal/child_process.js:379:5)
at EventEmitter. (C:\Users\G\Downloads\electron-with-create-react-app-master\node_modules\foreman\lib\proc.js:54:11)
at emitOne (events.js:121:20)
at EventEmitter.emit (events.js:211:7)
at ChildProcess. (C:\Users\G\Downloads\electron-with-create-react-app-master\node_modules\foreman\lib\proc.js:50:13)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron-with-create-react-app@0.1.0 dev:nf start -p 3000
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron-with-create-react-app@0.1.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\G\AppData\Roaming\npm-cache_logs\2018-04-28T23_14_34_096Z-debug.log
Is this normal?