forked from Urigo/meteor-angular-socially
-
Notifications
You must be signed in to change notification settings - Fork 2
/
npm-debug.log
41 lines (41 loc) · 1.84 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/6.7.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install' ]
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 Finishing
10 silly install printInstalled
11 verbose stack Error: Failed to parse json
11 verbose stack No data, empty input at 1:1
11 verbose stack
11 verbose stack ^
11 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:390:11)
11 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:79:23)
11 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:48:5
11 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
11 verbose stack at tryToString (fs.js:455:3)
11 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:442:12)
12 verbose cwd /Users/tom/GitHub/awaken-direct-democracy
13 error Darwin 14.5.0
14 error argv "/usr/local/Cellar/node/6.7.0/bin/node" "/usr/local/bin/npm" "install"
15 error node v6.7.0
16 error npm v3.10.7
17 error file /Users/tom/GitHub/awaken-direct-democracy/package.json
18 error code EJSONPARSE
19 error Failed to parse json
19 error No data, empty input at 1:1
19 error
19 error ^
20 error File: /Users/tom/GitHub/awaken-direct-democracy/package.json
21 error Failed to parse package.json data.
21 error package.json must be actual JSON, not just JavaScript.
21 error
21 error This is not a bug in npm.
21 error Tell the package author to fix their package.json file. JSON.parse
22 verbose exit [ 1, true ]