noveogroup / backbone.iobind

Bind socket.io events to backbone models & collections. Also includes a drop-in replacement for Backbone.sync using socket.io.

Home Page:https://noveogroup.github.io/backbone.iobind/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot install dependencies of the sample app via npm install

moellenbeck opened this issue · comments

npm ERR! error installing seed@0.0.10 Error: No compatible version found: oath@'>=0.0.0- <0.1.0-'
npm ERR! error installing seed@0.0.10 Valid install targets:
npm ERR! error installing seed@0.0.10 ["0.1.0"]
npm ERR! error installing seed@0.0.10     at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:424:10)
npm ERR! error installing seed@0.0.10     at /usr/local/lib/node_modules/npm/lib/cache.js:406:17
npm ERR! error installing seed@0.0.10     at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:136:7)
npm ERR! error installing seed@0.0.10     at Object.cb [as oncomplete] (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36:9)
npm ERR! Error: No compatible version found: oath@'>=0.0.0- <0.1.0-'
npm ERR! Valid install targets:
npm ERR! ["0.1.0"]
npm ERR!     at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:424:10)
npm ERR!     at /usr/local/lib/node_modules/npm/lib/cache.js:406:17
npm ERR!     at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:136:7)
npm ERR!     at Object.cb [as oncomplete] (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36:9)
npm ERR! Report this *entire* log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>
npm ERR! 
npm ERR! System Darwin 11.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/moellenbeck/Dropbox/_dev/nodejs/backbone.iobind
npm ERR! node -v v0.6.5
npm ERR! npm -v 1.0.106
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     ./npm-debug.log
npm not ok

´´´

Yikes. Looks like I need to update the deps versions. Get back to you shortly.

Just did a test clone on 1a72b17 and all works now on node 0.6.5

npm install
make serve

alternatively you can also run node example/app.js to start the example.

cool ;-) - looks very nice and works for me!

Am 13.12.2011 um 04:36 schrieb Jake Luer:

Just did a test clone on 1a72b17 and all works now on node 0.6.5

npm install
make serve

alternatively you can also run node example/app.js to start the example.


Reply to this email directly or view it on GitHub:
#5 (comment)

Awesome! Thanks for the confirmation and let me know if you have any questions.