-
Notifications
You must be signed in to change notification settings - Fork 149
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
2025c43
commit d6b126d
Showing
3 changed files
with
47 additions
and
9 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,32 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'release' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose stack Error: Failed to parse json | ||
4 verbose stack Unexpected token '"' at 14:7 | ||
4 verbose stack "calendar" | ||
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 tryToString (fs.js:414:3) | ||
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:401:12) | ||
5 verbose cwd /Users/chenyutian0510/Documents/react-mobile-datepicker/.github | ||
6 error Darwin 15.3.0 | ||
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "release" | ||
8 error node v5.5.0 | ||
9 error npm v3.3.12 | ||
10 error file /Users/chenyutian0510/Documents/react-mobile-datepicker/package.json | ||
11 error code EJSONPARSE | ||
12 error Failed to parse json | ||
12 error Unexpected token '"' at 14:7 | ||
12 error "calendar" | ||
12 error ^ | ||
13 error File: /Users/chenyutian0510/Documents/react-mobile-datepicker/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
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