It's ok now. It happens because I installed nodejs using ubuntu's apt-get. So I did manual build and it works fine now! :)
On Tuesday, March 13, 2012 6:00:52 PM UTC+8, Maiah Macariola wrote: > > Hi team, > > I just upgraded my nodejs version to v0.6.12 and when I execute 'npm > install restify' command I get this error below: > > node.js:201 > throw e; // process.nextTick error, or 'error' event on first tick > ^ > Error: No such module > at Object.<anonymous> (/usr/share/npm/lib/utils/output.js:8:21) > at Module._compile (module.js:441:26) > at Object..js (module.js:459:10) > at Module.load (module.js:348:31) > at Function._load (module.js:308:12) > at Module.require (module.js:354:17) > at require (module.js:370:17) > at Object.<anonymous> (/usr/share/npm/lib/utils/log.js:21:14) > at Module._compile (module.js:441:26) > at Object..js (module.js:459:10) > > What does it mean? Any fix on this? > > Thanks! > -- 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
