-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
23 lines (23 loc) · 1.05 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
0 info it worked if it ends with ok
1 verbose cli [ '/Users/alexfoster/.nvm/v0.10.32/bin/node',
1 verbose cli '/Users/alexfoster/.nvm/v0.10.32/bin/npm',
1 verbose cli 'install' ]
2 info using [email protected]
3 info using [email protected]
4 error install Couldn't read dependencies
5 error Failed to parse json
5 error Unexpected string
6 error File: /Users/alexfoster/Documents/MyProjects/NodeRaspberryPiServoController/package.json
7 error Failed to parse package.json data.
7 error package.json must be actual JSON, not just JavaScript.
7 error
7 error This is not a bug in npm.
7 error Tell the package author to fix their package.json file. JSON.parse
8 error System Darwin 13.4.0
9 error command "/Users/alexfoster/.nvm/v0.10.32/bin/node" "/Users/alexfoster/.nvm/v0.10.32/bin/npm" "install"
10 error cwd /Users/alexfoster/Documents/MyProjects/NodeRaspberryPiServoController
11 error node -v v0.10.32
12 error npm -v 1.4.28
13 error file /Users/alexfoster/Documents/MyProjects/NodeRaspberryPiServoController/package.json
14 error code EJSONPARSE
15 verbose exit [ 1, true ]