Closed ofridaganSamanage closed 9 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.
Same problem here, on osx mnt lion.
+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
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.
I can't get anything to work since I upgraded to derby 0.5.3
everything should be working with derby 0.6 please open a new issue if you still have a problem
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!