enjalot / tributary

rapid prototyping with d3.js
http://tributary.io
Other
598 stars 70 forks source link

very basic question - while running node server.js #123

Closed procoder-net closed 10 years ago

procoder-net commented 10 years ago

I am getting below error while running tributary in node,

i did all steps as per guide.can you please help me what went wrong.

module.js:340 throw err; ^ Error: Cannot find module './settings' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/Users/i055023/Documents/tributary/server.js:3:16) at Module._compile (module.js:456:26) 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 Function.Module.runMain (module.js:497:10) INLM50836930A:tributary i055023$

enjalot commented 10 years ago

you need to copy example-settings.js to settings.js you can fill in some of the values by setting up your own GitHub API key (allowing you to sign in if you want). but it's not necessary.

On Fri, Apr 18, 2014 at 11:14 AM, procoder-net notifications@github.comwrote:

I am getting below error while running tributary in node,

i did all steps as per guide.can you please help me what went wrong.

module.js:340 throw err; ^ Error: Cannot find module './settings' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/Users/i055023/Documents/tributary/server.js:3:16) at Module._compile (module.js:456:26) 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 Function.Module.runMain (module.js:497:10) INLM50836930A:tributary i055023$

— Reply to this email directly or view it on GitHubhttps://github.com/enjalot/tributary/issues/123 .

Ian Johnson - 周彦 http://enja.org

procoder-net commented 10 years ago

Hi,

Thanks it worked..

Regards Moyeen