-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
641bc2a
commit 6e110ba
Showing
2 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose stack Error: Failed to parse json | ||
4 verbose stack Trailing comma in array at 31:3 | ||
4 verbose stack ], | ||
4 verbose stack ^ | ||
4 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:379:11) | ||
4 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:68:23) | ||
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:48:5 | ||
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:76:16 | ||
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3) | ||
5 verbose cwd /home/bmiller/git/node-http-server | ||
6 error Linux 4.2.0-22-generic | ||
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" | ||
8 error node v4.2.3 | ||
9 error npm v2.14.7 | ||
10 error file /home/bmiller/git/node-http-server/package.json | ||
11 error code EJSONPARSE | ||
12 error Failed to parse json | ||
12 error Trailing comma in array at 31:3 | ||
12 error ], | ||
12 error ^ | ||
13 error File: /home/bmiller/git/node-http-server/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 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters