-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
67 lines (67 loc) · 3.85 KB
/
npm-debug.log
File metadata and controls
67 lines (67 loc) · 3.85 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'dev' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
<<<<<<< HEAD
4 verbose stack Error: missing script: dev
4 verbose stack at run (/usr/share/npm/lib/run-script.js:147:19)
4 verbose stack at /usr/share/npm/lib/run-script.js:57:5
4 verbose stack at /usr/share/npm/node_modules/read-package-json/read-json.js:345:5
4 verbose stack at checkBinReferences_ (/usr/share/npm/node_modules/read-package-json/read-json.js:309:45)
4 verbose stack at final (/usr/share/npm/node_modules/read-package-json/read-json.js:343:3)
4 verbose stack at then (/usr/share/npm/node_modules/read-package-json/read-json.js:113:5)
4 verbose stack at /usr/share/npm/node_modules/read-package-json/read-json.js:232:12
4 verbose stack at /usr/share/npm/node_modules/graceful-fs/graceful-fs.js:76:16
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)
5 verbose cwd /home/toni/Documents/HacktivPhase2_new/GroupProject/2/server
6 error Linux 4.15.0-43-generic
7 error argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
8 error node v8.10.0
9 error npm v3.5.2
10 error missing script: dev
11 error If you need help, you may report this error at:
11 error <https://github.com/npm/npm/issues>
12 verbose exit [ 1, true ]
=======
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle server@0.0.0~predev: server@0.0.0
6 silly lifecycle server@0.0.0~predev: no script for predev, continuing
7 info lifecycle server@0.0.0~dev: server@0.0.0
8 verbose lifecycle server@0.0.0~dev: unsafe-perm in lifecycle true
9 verbose lifecycle server@0.0.0~dev: PATH: /usr/share/npm/bin/node-gyp-bin:/home/abedlubis/Documents/Bootcamp/Veteran/week2/Group_Project_Media_Converter/server/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
10 verbose lifecycle server@0.0.0~dev: CWD: /home/abedlubis/Documents/Bootcamp/Veteran/week2/Group_Project_Media_Converter/server
11 silly lifecycle server@0.0.0~dev: Args: [ '-c', 'nodemon ./bin/www' ]
12 silly lifecycle server@0.0.0~dev: Returned: code: 1 signal: null
13 info lifecycle server@0.0.0~dev: Failed to exec dev script
14 verbose stack Error: server@0.0.0 dev: `nodemon ./bin/www`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (/usr/share/npm/lib/utils/lifecycle.js:232:16)
14 verbose stack at emitTwo (events.js:126:13)
14 verbose stack at EventEmitter.emit (events.js:214:7)
14 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:24:14)
14 verbose stack at emitTwo (events.js:126:13)
14 verbose stack at ChildProcess.emit (events.js:214:7)
14 verbose stack at maybeClose (internal/child_process.js:925:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
15 verbose pkgid server@0.0.0
16 verbose cwd /home/abedlubis/Documents/Bootcamp/Veteran/week2/Group_Project_Media_Converter/server
17 error Linux 4.15.0-43-generic
18 error argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
19 error node v8.10.0
20 error npm v3.5.2
21 error code ELIFECYCLE
22 error server@0.0.0 dev: `nodemon ./bin/www`
22 error Exit status 1
23 error Failed at the server@0.0.0 dev script 'nodemon ./bin/www'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the server package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error nodemon ./bin/www
23 error You can get information on how to open an issue for this project with:
23 error npm bugs server
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls server
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
>>>>>>> background removal