forked from IBM-Blockchain-Archive/car-lease-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
35 lines (35 loc) · 1.86 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
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'cfenv' ]
2 info using npm@2.14.7
3 info using node@v4.2.2
4 verbose install initial load of C:\Users\IBM_ADMIN\Documents\GitHub\Car-Lease-Demo\package.json
5 verbose stack Error: Failed to parse json
5 verbose stack Trailing comma in object at 18:2
5 verbose stack },
5 verbose stack ^
5 verbose stack at parseError (C:\Program Files\nodejs\node_modules\npm\node_modules\read-package-json\read-json.js:379:11)
5 verbose stack at parseJson (C:\Program Files\nodejs\node_modules\npm\node_modules\read-package-json\read-json.js:68:23)
5 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\read-package-json\read-json.js:48:5
5 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:76:16
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3)
6 verbose cwd C:\Users\IBM_ADMIN\Documents\GitHub\Car-Lease-Demo
7 error Windows_NT 6.1.7601
8 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "cfenv"
9 error node v4.2.2
10 error npm v2.14.7
11 error file C:\Users\IBM_ADMIN\Documents\GitHub\Car-Lease-Demo\package.json
12 error code EJSONPARSE
13 error Failed to parse json
13 error Trailing comma in object at 18:2
13 error },
13 error ^
14 error File: C:\Users\IBM_ADMIN\Documents\GitHub\Car-Lease-Demo\package.json
15 error Failed to parse package.json data.
15 error package.json must be actual JSON, not just JavaScript.
15 error
15 error This is not a bug in npm.
15 error Tell the package author to fix their package.json file. JSON.parse
16 verbose exit [ 1, true ]