-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
33 lines (33 loc) · 1.6 KB
/
Copy pathnpm-debug.log
File metadata and controls
33 lines (33 loc) · 1.6 KB
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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'run', 'watch' ]
2 info using npm@2.7.5
3 info using node@v0.12.2
4 verbose node symlink /usr/local/bin/node
5 verbose stack Error: Failed to parse json
5 verbose stack Trailing comma in object at 11:3
5 verbose stack },
5 verbose stack ^
5 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:406:25)
5 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:86:51)
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:60:33
5 verbose stack at evalmachine.<anonymous>:334:14
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:102:5
5 verbose stack at FSReqWrap.oncomplete (evalmachine.<anonymous>:95:15)
6 verbose cwd /Users/JacobWunder/Documents/jaywunder.github.io/defender
7 error Darwin 14.3.0
8 error argv "node" "/usr/local/bin/npm" "run" "watch"
9 error node v0.12.2
10 error npm v2.7.5
11 error file /Users/JacobWunder/Documents/jaywunder.github.io/defender/package.json
12 error code EJSONPARSE
13 error Failed to parse json
13 error Trailing comma in object at 11:3
13 error },
13 error ^
14 error File: /Users/JacobWunder/Documents/jaywunder.github.io/defender/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 ]