Just a guess, but I'd say you forgot to run `npm install` to get the npm modules for this project.
On Thursday, June 27, 2013 8:10:23 AM UTC-7, pat pagano wrote: > > Hello > > I am trying to build an MIT project, Junkyard Jumbotron but i am having > difficulty with a few errors, can someone give me some idea of how to solve > them? > I am on ubuntu but can switch to windows if it would be beneficial. > > module.js:340 > throw err; > ^ > Error: Cannot find module 'socket.io' > 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.<anonymous> > (/home/shree/Desktop/Junkyard-Jumbotron-master/jjserver.js:18:10) > 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) > shree@DW-NRG-LINUX01:~/Desktop/Junkyard-Jumbotron-master$ > > I cannot seem to install the socket.io module > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
