-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
35 lines (35 loc) · 1.77 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 [ '/usr/local/Cellar/node/9.11.1/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose readDependencies loading dependencies from /Users/tom/modulizer_workspace/cube-action/package.json
5 error install Couldn't read dependencies
6 verbose stack Error: Failed to parse json
6 verbose stack Trailing comma in object at 22:3
6 verbose stack },
6 verbose stack ^
6 verbose stack at parseError (/Users/tom/.config/yarn/global/node_modules/npm/node_modules/read-package-json/read-json.js:390:11)
6 verbose stack at parseJson (/Users/tom/.config/yarn/global/node_modules/npm/node_modules/read-package-json/read-json.js:79:23)
6 verbose stack at /Users/tom/.config/yarn/global/node_modules/npm/node_modules/read-package-json/read-json.js:48:5
6 verbose stack at /Users/tom/.config/yarn/global/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
6 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:525:3)
7 verbose cwd /Users/tom/modulizer_workspace/cube-action
8 error Darwin 17.5.0
9 error argv "/usr/local/Cellar/node/9.11.1/bin/node" "/usr/local/bin/npm" "install"
10 error node v9.11.1
11 error npm v2.15.12
12 error file /Users/tom/modulizer_workspace/cube-action/package.json
13 error code EJSONPARSE
14 error Failed to parse json
14 error Trailing comma in object at 22:3
14 error },
14 error ^
15 error File: /Users/tom/modulizer_workspace/cube-action/package.json
16 error Failed to parse package.json data.
16 error package.json must be actual JSON, not just JavaScript.
16 error
16 error This is not a bug in npm.
16 error Tell the package author to fix their package.json file. JSON.parse
17 verbose exit [ 1, true ]