-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnohup.out
32 lines (26 loc) · 1.14 KB
/
nohup.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
> [email protected] start /home/mycampus/DockReactRedux
> nodemon server.js
[33m[nodemon] 1.17.3[39m
[33m[nodemon] to restart at any time, enter `rs`[39m
[33m[nodemon] watching: *.*[39m
[32m[nodemon] starting `node server.js`[39m
events.js:167
throw er; // Unhandled 'error' event
^
Error: EBADF: bad file descriptor, read
Emitted 'error' event at:
at fs.read (fs.js:2112:12)
at FSReqWrap.wrapper [as oncomplete] (fs.js:569:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `nodemon server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start 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! /home/mycampus/.npm/_logs/2018-05-14T17_49_54_641Z-debug.log
> [email protected] start /home/mycampus/DockReactRedux
> node server.js
(node:2364263) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
API Server is live on http://127.0.0.1:65534