Skip to content

Instantly share code, notes, and snippets.

@mathk
Created December 29, 2015 13:04
Show Gist options
  • Save mathk/2a3871d374b765d8ff94 to your computer and use it in GitHub Desktop.
Save mathk/2a3871d374b765d8ff94 to your computer and use it in GitHub Desktop.
.\node_modules\express\lib\application.js:37
var app = exports = module.exports = {};
^
ReferenceError: exports is not defined
at .\node_modules\express\lib\application.js:37:19
at Object.exports.runInContext (vm.js:44:17)
at sbRequire (C:\Bin\LightTable\builds\lighttable-0.8.0-windows\resources\app\plugins\Javascript\node\ltnodeclient.js:99:10)
at req (C:\Bin\LightTable\builds\lighttable-0.8.0-windows\resources\app\plugins\Javascript\node\ltnodeclient.js:79:12)
at .\node_modules\express\lib\express.js:17:13
at Object.exports.runInContext (vm.js:44:17)
at sbRequire (C:\Bin\LightTable\builds\lighttable-0.8.0-windows\resources\app\plugins\Javascript\node\ltnodeclient.js:99:10)
at req (C:\Bin\LightTable\builds\lighttable-0.8.0-windows\resources\app\plugins\Javascript\node\ltnodeclient.js:79:12)
at .\node_modules\express\index.js:11:18
at Object.exports.runInContext (vm.js:44:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment