-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
34 lines (34 loc) · 1.78 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
33
34
0 info it worked if it ends with ok
1 verbose cli [ '/home/ubuntu/.nvm/versions/node/v4.5.0/bin/node',
1 verbose cli '/home/ubuntu/.nvm/versions/node/v4.5.0/bin/npm',
1 verbose cli 'run',
1 verbose cli 'devstart' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: Failed to parse json
4 verbose stack Unexpected token 'd' at 11:6
4 verbose stack "devstart": "rails s -p $PORT -b $IP"
4 verbose stack ^
4 verbose stack at parseError (/home/ubuntu/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:390:11)
4 verbose stack at parseJson (/home/ubuntu/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:79:23)
4 verbose stack at /home/ubuntu/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:48:5
4 verbose stack at /home/ubuntu/.nvm/versions/node/v4.5.0/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3)
5 verbose cwd /home/ubuntu/workspace
6 error Linux 4.2.0-c9
7 error argv "/home/ubuntu/.nvm/versions/node/v4.5.0/bin/node" "/home/ubuntu/.nvm/versions/node/v4.5.0/bin/npm" "run" "devstart"
8 error node v4.5.0
9 error npm v2.15.9
10 error file /home/ubuntu/workspace/package.json
11 error code EJSONPARSE
12 error Failed to parse json
12 error Unexpected token 'd' at 11:6
12 error "devstart": "rails s -p $PORT -b $IP"
12 error ^
13 error File: /home/ubuntu/workspace/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 ]