-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnpm-debug.log
31 lines (31 loc) · 1.38 KB
/
npm-debug.log
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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: Failed to parse json
4 verbose stack Unexpected token '<' at 37:1
4 verbose stack <<<<<<< HEAD
4 verbose stack ^
4 verbose stack at parseError (/usr/share/npm/node_modules/read-package-json/read-json.js:379:11)
4 verbose stack at parseJson (/usr/share/npm/node_modules/read-package-json/read-json.js:68:23)
4 verbose stack at /usr/share/npm/node_modules/read-package-json/read-json.js:48:5
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/sriharsh/Desktop/Dev_Geeks
6 error Linux 4.15.0-36-generic
7 error argv "/usr/bin/node" "/usr/bin/npm" "start"
8 error node v8.10.0
9 error npm v3.5.2
10 error file /home/sriharsh/Desktop/Dev_Geeks/package.json
11 error code EJSONPARSE
12 error Failed to parse json
12 error Unexpected token '<' at 37:1
12 error <<<<<<< HEAD
12 error ^
13 error File: /home/sriharsh/Desktop/Dev_Geeks/package.json
14 error Failed to parse package.json data.
14 error package.json must be actual JSON, not just JavaScript.
14 error
14 error This is not a bug in npm.
14 error Tell the package author to fix their package.json file. JSON.parse
15 verbose exit [ 1, true ]