Node / connect issue Object function createServer has no method static [duplicate]
This question already has an answer here: “Cannot GET /” with Connect on Node.js 10 answers I'm trying to launch my node server using an example from an AngularJS book (server.js). var connect = require('connect'); connect.createServer( connect.static("../angularjs") ).listen(5000); Initially I was getting "object has no method static" so I re-installed the connect include and now when I do: node server.js I get a blinking cursor in CMD (Windows) and "Cannot GET /" from my browser. Any ideas folks? Thanks! Your application is working just fine. You just need to specify the name of the file you