mozilla / login.webmaker.org

Login service for Webmaker.org
https://login.webmaker.org
Mozilla Public License 2.0
32 stars 62 forks source link

bcrypt is breaking login.wmo on windows #370

Closed Pomax closed 8 years ago

Pomax commented 8 years ago

bcrypt requires node-gyp, node-gyp requires an amazing VC++ stack, bottom line: brcypt can't install and login.wmo won't run without it.

Is there a quick path to success here?

Pomax commented 8 years ago

looks like https://www.npmjs.com/package/bcrypt-node might help. Pure JS, no compile craziness to deal with.

Pomax commented 8 years ago

should be fixed with the update in #379