node-redis can either use a javascript parser, or the one from hiredis. The latter is a little faster, but if it does not compile under windows, ignore the dependency and go for the native parser. (which is the default).
danmilon. On Thu, Aug 16, 2012 at 4:54 PM, Bert Belder <[email protected]> wrote: > On Thursday, August 16, 2012 3:44:50 PM UTC+2, Bert Belder wrote: > >> Apparently node-redis (a dependency of socket.io) has come to depend on >> hiredis, but hiredis doesn't compile on windows. You might want to complain >> to the node-redis or the hiredis maintainer. >> You can also install a slightly older version of socket.io; try `npm >> install [email protected]` >> > > Never mind this - node-redis has "hiredis" as an optional dependency, but > if compiling fails it will just work anyway. > > Isaac, NPM should be more clear about this. "Installing {packagename} > failed, but don't worry about it" would be a good one :-) > > > -- > 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
