-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
43 lines (43 loc) · 2.2 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
0 info it worked if it ends with ok
1 verbose cli [ '/home/hans/applicaties/node-v6.11.2-linux-x64/bin/node',
1 verbose cli '/home/hans/applicaties/node-v6.11.2-linux-x64/bin/npm',
1 verbose cli 'install',
1 verbose cli 'jsdom' ]
2 info using npm@3.10.10
3 info using node@v6.11.2
4 verbose config Skipping project config: /home/hans/.npmrc. (matches userconfig)
5 silly loadCurrentTree Starting
6 silly install loadCurrentTree
7 silly install readLocalPackageData
8 silly rollbackFailedOptional Starting
9 silly rollbackFailedOptional Finishing
10 silly runTopLevelLifecycles Finishing
11 silly install printInstalled
12 verbose stack Error: Failed to parse json
12 verbose stack Unexpected token 'a' at 17:4
12 verbose stack "author": "Hans de Jong",
12 verbose stack ^
12 verbose stack at parseError (/home/hans/applicaties/node-v6.11.2-linux-x64/lib/node_modules/npm/node_modules/read-package-json/read-json.js:390:11)
12 verbose stack at parseJson (/home/hans/applicaties/node-v6.11.2-linux-x64/lib/node_modules/npm/node_modules/read-package-json/read-json.js:79:23)
12 verbose stack at /home/hans/applicaties/node-v6.11.2-linux-x64/lib/node_modules/npm/node_modules/read-package-json/read-json.js:48:5
12 verbose stack at /home/hans/applicaties/node-v6.11.2-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
12 verbose stack at tryToString (fs.js:456:3)
12 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:443:12)
13 verbose cwd /home/hans/scalaJS/Genetics/GeneticsJS
14 error Linux 4.10.0-30-generic
15 error argv "/home/hans/applicaties/node-v6.11.2-linux-x64/bin/node" "/home/hans/applicaties/node-v6.11.2-linux-x64/bin/npm" "install" "jsdom"
16 error node v6.11.2
17 error npm v3.10.10
18 error file /home/hans/package.json
19 error code EJSONPARSE
20 error Failed to parse json
20 error Unexpected token 'a' at 17:4
20 error "author": "Hans de Jong",
20 error ^
21 error File: /home/hans/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 ]