Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Last active December 11, 2015 07:39
Show Gist options
  • Save mariusbutuc/4568128 to your computer and use it in GitHub Desktop.
Save mariusbutuc/4568128 to your computer and use it in GitHub Desktop.
[express (master)]$ node app.js
/Users/marius/Projects/spa/explore-node/express/app.js:2
var app = express();
^
TypeError: object is not a function
at Object.<anonymous> (/Users/marius/Projects/spa/explore-node/express/app.js:2:11)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment