ragulka / sails-starter-app

Sails starter app
154 stars 44 forks source link

cannot "npm install" on windows #3

Closed michapixel closed 10 years ago

michapixel commented 10 years ago

throws a hell of errors at me ;-) debug-log: https://gist.github.com/michapixel/5037069

ragulka commented 10 years ago

Hey, I don't have a windows box, so I cannot really comment on what's happening and why. Just use Linux or OSX.. Just kidding. But really, I don't know what's going on and the link you provided seems to point somewhere else, it doesn't look anything like a debug log from npm.

ronaldcurtis commented 10 years ago

I had this issue as well at work on a windows box. I simply replaced bcrypt with bcryptjs: https://github.com/dcodeIO/bcrypt.js. Pretty much has the exact same api as the other one, but with no dependencies, and works on all platforms.