I found this page when searching for a solution to this error after having upgraded to 0.8.0, I can confirm that 0.8.1 fixes it with no need for any other module.
Thanks Tim On Friday, June 29, 2012 12:47:31 PM UTC+10, Isaac Schlueter wrote: > > Or you can try this instead: http://nodejs.org/dist/v0.8.1/ > > > On Thu, Jun 28, 2012 at 2:35 PM, Mark Hahn <[email protected]> wrote: > > Thank you. > > > > > > On Thu, Jun 28, 2012 at 2:32 PM, Oleg Efimov (Sannis) < > [email protected]> > > wrote: > >> > >> Sys module became deprecated in node 0.4.x, but many modules uses it > today > >> or have no tagged versions for such fix. > >> Of course, you can point particular commit in package.json > dependencies, > >> but htere is a simplier solution: require('sys-not-throw') [1]. > >> > >> Just use npm to install it: > >> > npm install sys-not-throw > >> > >> And include one line on the top of your module: > >> require("sys-not-throw"); > >> > >> P.S. Note, that this is a temporary hack. Fix your modules and help to > fix > >> all Node.js universe. Stay with node! > >> > >> [1]: https://github.com/Sannis/node-sys-not-throw > >> > >> -- > >> 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 > -- 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
