-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
32 lines (32 loc) · 1.73 KB
/
npm-debug.log
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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'serialport' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: Failed to parse json
4 verbose stack Unexpected token '/' at 1:1
4 verbose stack //npm install_for arduino
4 verbose stack ^
4 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:406:25)
4 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:86:51)
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:60:33
4 verbose stack at evalmachine.<anonymous>:334:14
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:102:5
4 verbose stack at FSReqWrap.oncomplete (evalmachine.<anonymous>:95:15)
5 verbose cwd /Users/Mac/Desktop/ITP/spring 2015/conversation & computation/Social Clinic/Social_Clinic_convohack
6 error Darwin 14.1.0
7 error argv "node" "/usr/local/bin/npm" "install" "serialport"
8 error node v0.12.2
9 error npm v2.7.4
10 error file /Users/Mac/Desktop/ITP/spring 2015/conversation & computation/Social Clinic/Social_Clinic_convohack/package.json
11 error code EJSONPARSE
12 error Failed to parse json
12 error Unexpected token '/' at 1:1
12 error //npm install_for arduino
12 error ^
13 error File: /Users/Mac/Desktop/ITP/spring 2015/conversation & computation/Social Clinic/Social_Clinic_convohack/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 ]