I tried express and derby and they didn't work. This is on a mac. npm install [package] worked well for me on windows
On Monday, May 14, 2012 4:00:55 AM UTC+8, mrdnk wrote: > > Hi Kenley, > > What are you typing that gives you that error? > > To install a node module type: > npm install ... > > Replace ... With the name of the module. > If you are, the does the module exist in npm? > > - MRdNk > > On 13 May 2012, at 13:43, Kenley Tan <[email protected]> wrote: > > > Hi guys, > > > > I get this error: > > > > node.js:201 > > throw e; // process.nextTick error, or 'error' event on first > > tick > > ^ > > Error: No such module > > at Object.<anonymous> (/usr/lib/node_modules/npm/lib/utils/config- > > defs.js:5:21) > > at Module._compile (module.js:432:26) > > at Object..js (module.js:450:10) > > at Module.load (module.js:351:31) > > at Function._load (module.js:310:12) > > at Module.require (module.js:357:17) > > at require (module.js:368:17) > > at Object.<anonymous> (/usr/lib/node_modules/npm/lib/utils/ini.js: > > 43:18) > > at Module._compile (module.js:432:26) > > at Object..js (module.js:450:10) > > > > > > Could you guys please help me? > > > > Thanks > > Kenley > > > > -- > > 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
