-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.log
More file actions
53 lines (49 loc) · 27 KB
/
server.log
File metadata and controls
53 lines (49 loc) · 27 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[33m[nodemon] 3.1.10[39m
[33m[nodemon] to restart at any time, enter `rs`[39m
[33m[nodemon] watching path(s): *.*[39m
[33m[nodemon] watching extensions: js,mjs,cjs,json[39m
[32m[nodemon] starting `node src/server.js`[39m
(node:81150) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/nicodemus/Documents/Nico/Projects/flutter_boilerplate_bloc/mock-api/src/server.js is not specified and it doesn't parse as CommonJS.
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
To eliminate this warning, add "type": "module" to /Users/nicodemus/Documents/Nico/Projects/flutter_boilerplate_bloc/mock-api/package.json.
(Use `node --trace-warnings ...` to show where the warning was created)
Mock API running at http://localhost:3000
[32m[nodemon] clean exit - waiting for changes before restart[39m