-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnpm-debug.log
44 lines (44 loc) · 1.96 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
32
33
34
35
36
37
38
39
40
41
42
43
44
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/6.5.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'i',
1 verbose cli '-S',
1 verbose cli 'artoo-js' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly rollbackFailedOptional Starting
8 silly rollbackFailedOptional Finishing
9 silly runTopLevelLifecycles Starting
10 silly runTopLevelLifecycles Finishing
11 silly install printInstalled
12 verbose stack Error: Failed to parse json
12 verbose stack Trailing comma in object at 17:3
12 verbose stack }
12 verbose stack ^
12 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:390:11)
12 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:79:23)
12 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:48:5
12 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
12 verbose stack at tryToString (fs.js:455:3)
12 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:442:12)
13 verbose cwd /Users/starcaptain/Coding/even-more-dimension
14 error Darwin 16.0.0
15 error argv "/usr/local/Cellar/node/6.5.0/bin/node" "/usr/local/bin/npm" "i" "-S" "artoo-js"
16 error node v6.5.0
17 error npm v3.10.3
18 error file /Users/starcaptain/Coding/even-more-dimension/package.json
19 error code EJSONPARSE
20 error Failed to parse json
20 error Trailing comma in object at 17:3
20 error }
20 error ^
21 error File: /Users/starcaptain/Coding/even-more-dimension/package.json
22 error Failed to parse package.json data.
22 error package.json must be actual JSON, not just JavaScript.
22 error
22 error This is not a bug in npm.
22 error Tell the package author to fix their package.json file. JSON.parse
23 verbose exit [ 1, true ]