Skip to content

Cannot get started running #36

@furtivefelon

Description

@furtivefelon

Hey all,

I cannot get started with this thing, i have successfully install wheat, connect, cluster, and i also added .listen(3000) to the end of app.js (before ;), i get the following error:
jason@ubuntu howtonode.org % node app.js

node.js:178
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object function createServer() {
if ('object' == typeof arguments[0]) {
return new HTTPSServer(arguments[0], Array.prototype.slice.call(arguments, 1));
} else {
return new HTTPServer(Array.prototype.slice.call(arguments));
}
} has no method 'conditionalGet'
at Object. (/home/jason/howtonode.org/app.js:6:11)
at Module._compile (module.js:404:26)
at Object..js (module.js:410:10)
at Module.load (module.js:336:31)
at Function._load (module.js:297:12)
at Array. (module.js:423:10)
at EventEmitter._tickCallback (node.js:170:26)

If anyone have any idea of what is going on it would be much appreciated if you can enlighten me, thanks a lot!

Jason

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions