On Feb 27, 2014, at 4:57 PM, Josh Longbrake <[email protected]> wrote: > Hmm. Its the installed package from homebrew but it may be an older version > of homebrew / NPM. >
Josh, it's not Homebrew or NPM themselves, but the version of node-rest-client that's in the NPM repository (assuming you installed the module using 'nom install node-rest-client' or equivalent). The node-rest-client (in the NPM repository) has the bug that you hit. The code on GitHub does not. Here's the relevant bug report: https://github.com/aacerox/node-rest-client/issues/22 Here's the fix commit: https://github.com/aacerox/node-rest-client/commit/316231ee476f5a3039dbf1940615c78925e73072 You can contact the author to see when he plans to publish it to NPM. In the meantime, if you are in a hurry, you could (factoring risks) copy the fixed file from GitHub. > Good catch, ill update and try again. From your view does anything else look > inherently wrong? > Not related to the issue you report, no. > Thanks for the fresh eyes! > Glad to help, --ravi -- -- 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.
