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
buildstats@buildstats-desktop:~/statsd$ node stats.js config.json
/home/buildstats/statsd/config.js:2
"graphitePort": 2003,
^
SyntaxError: Unexpected token :
at Module._compile (node.js:458:37)
at Module._loadScriptSync (node.js:469:10)
at Module.loadSync (node.js:338:12)
at loadModule (node.js:283:14)
at require (node.js:411:14)
at Object.<anonymous> (/home/buildstats/statsd/stats.js:4:14)
at Module._compile (node.js:462:23)
at Module._loadScriptSync (node.js:469:10)
at Module.loadSync (node.js:338:12)
at Object.runMain (node.js:522:24)
{
"graphitePort": 2003,
"graphiteHost": "localhost",
"port": 8125
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment