Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't install out-of-the-box on Windows (without cygwin) #100

Open
jsalonen opened this issue Apr 21, 2012 · 3 comments
Open

Doesn't install out-of-the-box on Windows (without cygwin) #100

jsalonen opened this issue Apr 21, 2012 · 3 comments

Comments

@jsalonen
Copy link

I know this is a problem with an upstream package, but I want to report it nonetheless.

Mongoose-auth doesn't install out-of-the-box on Windows (without cygwin). With:

npm install mongoose-auth

I get:

'make' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! error installing [email protected]
npm ERR! error installing [email protected]

See associated issue (71) on node.bcrypt.js (kelektiv/node.bcrypt.js#71)

@OClement
Copy link

Trying to get this package installed on a windows machine, and of course I get this problem. I installed Cygwin and now I can run make, but only through the Cygwin terminal, where NPM is not available.

How should we get around this problem?

@jsalonen
Copy link
Author

Only password authentication is dependent on bcrypt (lib/modules/password/plugin.js). If we don't use password authentication, I guess it would be ok to just omit bcrypt. In the long run, I hope node.bcrypt.js will be fixed to work on Windows (wihtout cygwin).

@jsalonen
Copy link
Author

jsalonen commented May 2, 2012

Question: why do you need to use bcrypt in the first place? Doesn't node.js's build-in Crypt module provide sufficient functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants