Skip to content

Instantly share code, notes, and snippets.

@tmeasday
Created September 3, 2012 23:52
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 tmeasday/3614984 to your computer and use it in GitHub Desktop.
Save tmeasday/3614984 to your computer and use it in GitHub Desktop.
meteor syntax error
app/tester.js:20
{
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
SyntaxError: Unexpected end of input
at /Users/tom/Development/Sandbox/tester/.meteor/local/build/server/server.js:112:21
at Array.forEach (native)
at Function.<anonymous> (/Users/tom/Development/Sandbox/tester/.meteor/local/build/server/underscore.js:76:11)
at /Users/tom/Development/Sandbox/tester/.meteor/local/build/server/server.js:98:7
Exited with code: 1
Your application is crashing. Waiting for file change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment