derbyjs / derby-examples

Example applications for the Derby framework
http://derbyjs.com/
283 stars 74 forks source link

Can't get the examples to work properly #20

Closed ofridaganSamanage closed 9 years ago

ofridaganSamanage commented 11 years ago

I followed the installation instructions: First I installed fresh node.js 0.8.18 Then: sudo npm install -g derby Then: sudo npm install derby-examples Then: cd node_modules/derby-examples/sink Then: sudo node server.js Then I go to http://localhost:3001 I see the pages, but it seems not of the javascript stuff work

What am I missing? Thanks, and sorry for the noobie question - I really want to get in to Derby!

ofridaganSamanage commented 11 years ago

I also tried:

$ git clone [derby-examples] $ cd [example] $ npm install $ make (after this, do Ctrl+C) $ node serjer.js

Same result :( I tried it on both osx and ubuntu What am I missing? please.

dparizek commented 11 years ago

Same problem here, on osx mnt lion.

grigio commented 11 years ago

+1 I tried various suggested ways but derby-examples are broken, even hello world :(

Uncaught TypeError: Cannot call method 'apply' of undefined localhost:143
Uncaught ReferenceError: DERBY is not defined 
IvanGaravito commented 11 years ago

See Using Derby "Edge"

bdoms commented 11 years ago

Using Derby Edge is great...but the examples still don't work. They probably just need a refresh for a lot of the recent changes.

anthonybrown commented 11 years ago

I can't get anything to work since I upgraded to derby 0.5.3

enjalot commented 9 years ago

everything should be working with derby 0.6 please open a new issue if you still have a problem