corrected realtime package file
This commit is contained in:
parent
764c1f5ff4
commit
73b767df80
2 changed files with 23 additions and 1 deletions
22
realtime/npm-debug.log
Normal file
22
realtime/npm-debug.log
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
0 info it worked if it ends with ok
|
||||||
|
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ]
|
||||||
|
2 info using npm@1.4.28
|
||||||
|
3 info using node@v0.10.32
|
||||||
|
4 verbose node symlink /usr/bin/node
|
||||||
|
5 error install Couldn't read dependencies
|
||||||
|
6 error Failed to parse json
|
||||||
|
6 error Unexpected token }
|
||||||
|
7 error File: /home/sandra/metamaps_gen002/realtime/package.json
|
||||||
|
8 error Failed to parse package.json data.
|
||||||
|
8 error package.json must be actual JSON, not just JavaScript.
|
||||||
|
8 error
|
||||||
|
8 error This is not a bug in npm.
|
||||||
|
8 error Tell the package author to fix their package.json file. JSON.parse
|
||||||
|
9 error System Linux 3.13.0-36-generic
|
||||||
|
10 error command "/usr/bin/node" "/usr/bin/npm" "install"
|
||||||
|
11 error cwd /home/sandra/metamaps_gen002/realtime
|
||||||
|
12 error node -v v0.10.32
|
||||||
|
13 error npm -v 1.4.28
|
||||||
|
14 error file /home/sandra/metamaps_gen002/realtime/package.json
|
||||||
|
15 error code EJSONPARSE
|
||||||
|
16 verbose exit [ 1, true ]
|
|
@ -3,6 +3,6 @@
|
||||||
"description": "providing real-time sychronization for ruby on rails",
|
"description": "providing real-time sychronization for ruby on rails",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"socket.io": "0.9.12",
|
"socket.io": "0.9.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue