-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
23 lines (23 loc) · 933 Bytes
/
npm-debug.log
File metadata and controls
23 lines (23 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'git://github.com/lhagan/wintersmith-showdown.git' ]
2 info using npm@1.3.24
3 info using node@v0.10.25
4 error Failed to parse json
4 error Unexpected string
5 error File: /Users/alex/Development/wintersmith/package.json
6 error Failed to parse package.json data.
6 error package.json must be actual JSON, not just JavaScript.
6 error
6 error This is not a bug in npm.
6 error Tell the package author to fix their package.json file. JSON.parse
7 error System Darwin 13.1.0
8 error command "node" "/usr/local/bin/npm" "install" "git://github.com/lhagan/wintersmith-showdown.git"
9 error cwd /Users/alex/Development/wintersmith
10 error node -v v0.10.25
11 error npm -v 1.3.24
12 error file /Users/alex/Development/wintersmith/package.json
13 error code EJSONPARSE
14 verbose exit [ 1, true ]