Skip to content

Instantly share code, notes, and snippets.

@Stubbs
Created May 30, 2011 17:24
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 Stubbs/999180 to your computer and use it in GitHub Desktop.
Save Stubbs/999180 to your computer and use it in GitHub Desktop.
Statsd error
stuart@beavis ~/Documents/git/statsd (master)$ node stats.js ./config.js
/Users/stuart/Documents/git/statsd/config.js:3
, graphiteHost: "graphite.host.com"
^
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
SyntaxError: Unexpected token :
at Module._compile (module.js:402:25)
at Object..js (module.js:413:10)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
at require (module.js:351:19)
at Object.<anonymous> (/Users/stuart/Documents/git/statsd/stats.js:4:14)
at Module._compile (module.js:407:26)
at Object..js (module.js:413:10)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment