AFAIK bcrypt doesn't work on windows yet, it can't compile even with a compilar because it uses openssl (which is *nix specific).
I have found another package with an ugly name, that *apparently* does bcrypt and is 100% in javascript https://github.com/jhurliman/node-phpass don't know if the performance is bad or what.. You might try forking "expressling", and trying to replace bcrypt with node-phpass.. then you can npm install from your git fork, or add it has a dependency in your package.json cheers, 2012/6/5 Thomas White <[email protected]> > Dear group, > > On Windows 7 box I am trying to install a module called "expressling" > using NPM, but the installation breaks at the point where the module *bcrypt > *wants to compile a C++ code. > > Can somebody please explain which C++ compiler to install and how to sent > the environment so the command 'make build' will actually compile the > module's code? > > Thomas > > -- > 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
