Skip to content

Instantly share code, notes, and snippets.

@antonserikov
Created August 28, 2014 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonserikov/3feecf3cff408002a8c4 to your computer and use it in GitHub Desktop.
Save antonserikov/3feecf3cff408002a8c4 to your computer and use it in GitHub Desktop.
Express
500 TypeError: undefined is not a function
at Function.exports.compile (/root/matisse/node_modules/express/lib/view.js:65:33)
at ServerResponse.res._render (/root/matisse/node_modules/express/lib/view.js:414:18)
at ServerResponse.res.render (/root/matisse/node_modules/express/lib/view.js:315:17)
at renderLogin (/root/matisse/routes/index.js:7:9)
at EventEmitter. (/root/matisse/routes/index.js:114:9)
at EventEmitter.emit (events.js:107:17)
at EventEmitter.server.render (/root/matisse/routes/index.js:126:20)
at exports.index (/root/matisse/routes/index.js:135:34)
at callbacks (/root/matisse/node_modules/express/lib/router/index.js:272:11)
at param (/root/matisse/node_modules/express/lib/router/index.js:246:11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment