This is the error: Error: Cannot find module '/home/neha/node-v0.8.6/node_modules/simplecrawler/ap'
It means that you're trying to require() a module that isn't there. On Fri, Nov 2, 2012 at 11:00 PM, Tushar Patel <[email protected]> wrote: > throw e; // process.nextTick error, or 'error' event on first tick > ^ > Error: Cannot find module > '/home/neha/node-v0.8.6/node_modules/simplecrawler/ap' > at Function._resolveFilename (module.js:317:11) > at Function._load (module.js:262:25) > at Array.<anonymous> (module.js:421:10) > at EventEmitter._tickCallback (node.js:126:26) > > -- > 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 -- 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
