forked from BrianGenisio/learnharmony
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
28 lines (28 loc) · 1.42 KB
/
npm-debug.log
File metadata and controls
28 lines (28 loc) · 1.42 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'test' ]
2 info using npm@2.0.0
3 info using node@v0.11.14
4 verbose stack Error: Failed to parse json
4 verbose stack Unexpected token }
4 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:378:25)
4 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:85:51)
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:59:33
4 verbose stack at evalmachine.<anonymous>:295:14
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:102:5
4 verbose stack at Object.oncomplete (evalmachine.<anonymous>:93:15)
5 verbose cwd /Users/Brian/Desktop/code/learnharmony
6 error Darwin 14.0.0
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "test"
8 error node v0.11.14
9 error npm v2.0.0
10 error file /Users/Brian/Desktop/code/learnharmony/package.json
11 error code EJSONPARSE
12 error Failed to parse json
12 error Unexpected token }
13 error File: /Users/Brian/Desktop/code/learnharmony/package.json
14 error Failed to parse package.json data.
14 error package.json must be actual JSON, not just JavaScript.
14 error
14 error This is not a bug in npm.
14 error Tell the package author to fix their package.json file. JSON.parse
15 verbose exit [ 1, true ]