nodejsbook.io.examples
nodejsbook.io.examples copied to clipboard
Code examples for the Sams Teach Yourself Node.js in 24 Hours book
Error: failed to connect to [localhost:27017] Anyone experienced the same???
When running example 1 from hour 14, I get: Error: Uncaught, unspecified "error" event. at Error (native) at EventEmitter.emit (events.js:87:13) at ClientRequest. (/home/tolik/express_twitter/node_modules/ntwitter/lib/twitter.js:251:14) at ClientRequest.emit (events.js:107:17) at HTTPParser.parserOnIncomingClient [as onIncoming](_http_client.js:418:21)...
Currently the examples run against Express 3.x
I'm wondering if the rapid upgrades to twitter bootstrap mean the links to 1.4.0 are now defunct. I'm not seeing any bootstrap styling in the Hour 8 examples when I...
Running the examples with Node.js version 0.10.16 required some minor changes. The version of Express in package.json needed to be: ``` javascript "express":"3.1.0" ``` The initial part of app.js needs...
Really enjoying your book. For some reason layout.jade isn't working in chapter 8. Maybe a different version of Express? via Twitter @joshhostels
Hi George, I got the following error on the hour13 example 4 of your book, I put it as the following, who define the callback function? Thanks, Y.H. Chang C:\1yh\download\bk\JavaScript\node_js_Redis\tysf_nodejs\hour13\example04>node...