Created
May 27, 2014 05:29
-
-
Save saintc0d3r/af543872691706159aca to your computer and use it in GitHub Desktop.
error_stacktrace_2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello_world: (req, res) -> res.json({hello: 'world'}) | |
^ | |
SyntaxError: Unexpected token > | |
at Module._compile (module.js:439:25) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:364:17) | |
at require (module.js:380:17) | |
at /home/wendysa/Documents/Excercises/demo_sails/node_modules/sails/node_modules/include-all/index.js:96:53 | |
at Array.forEach (native) | |
at requireAll (/home/wendysa/Documents/Excercises/demo_sails/node_modules/sails/node_modules/include-all/index.js:40:9) | |
at buildDictionary (/home/wendysa/Documents/Excercises/demo_sails/node_modules/sails/lib/moduleloader/buildDictionary.js:63:14) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment