-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
33 lines (33 loc) · 1.39 KB
/
npm-debug.log
File metadata and controls
33 lines (33 loc) · 1.39 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 [ '/usr/bin/node', '/usr/bin/npm', 'publish' ]
2 info using npm@3.5.2
3 info using node@v6.11.4
4 verbose publish [ '.' ]
5 verbose stack Error: Failed to parse json
5 verbose stack No data, empty input at 1:1
5 verbose stack
5 verbose stack ^
5 verbose stack at parseError (/usr/share/npm/node_modules/read-package-json/read-json.js:379:11)
5 verbose stack at parseJson (/usr/share/npm/node_modules/read-package-json/read-json.js:68:23)
5 verbose stack at /usr/share/npm/node_modules/read-package-json/read-json.js:48:5
5 verbose stack at /usr/share/npm/node_modules/graceful-fs/graceful-fs.js:76:16
5 verbose stack at tryToString (fs.js:457:3)
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:444:12)
6 verbose cwd /var/www/ethnamed/api
7 error Linux 4.15.15-1-pve
8 error argv "/usr/bin/node" "/usr/bin/npm" "publish"
9 error node v6.11.4
10 error npm v3.5.2
11 error file /var/www/ethnamed/api/package.json
12 error code EJSONPARSE
13 error Failed to parse json
13 error No data, empty input at 1:1
13 error
13 error ^
14 error File: /var/www/ethnamed/api/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 ]