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

VERY intrigued with this project. Anyone successfully running this on Win8? #76

Open
LarryEitel opened this issue Dec 5, 2013 · 5 comments

Comments

@LarryEitel
Copy link

I'm eye-balling the MEAN stack but I like what I see with ultimate-seed. I don't mind getting my hands dirty tweaking things but just curious.. has ANYONE successfully installed this project on Windows 8?
Thank You

@pilwon
Copy link
Owner

pilwon commented Dec 6, 2013

@LarryEitel We'd love to add support for windows but we unfortunately do not have dev environment set up. Please refer to this page for some hints or clues how some others were able to run on Windows. We'd love to merge your pull request if you ever figure out what to do.

@LarryEitel
Copy link
Author

Got a dial-tone with your project on Win8 dev box!

I was having issues with running bcrypt on Windows. I forgot that I crossed this bridge before. In this case, I ripped out "bcrypt": "~0.7.7" from package.json and replaced with "bcrypt-nodejs": "~0.0.3". See: https://npmjs.org/package/bcrypt-nodejs. In /server/models/User.js', I replaced bcrypt = require('bcrypt') with bcrypt = require('bcrypt-nodejs').

I look forward to further exploring this excellent project.

@pilwon
Copy link
Owner

pilwon commented Dec 10, 2013

@LarryEitel That's great to hear. In the past we actually switched to from bcrypt to bcrypt-nodejs but had to switch back as someone reported an issue with it. (655be0a) Maybe that person got it the other way around. Please test and see if we could safely use the node.js native implementation version of bcrypt and let us know (or send PR). Thanks!

@LarryEitel
Copy link
Author

I'll look into it. I remember I had to also comment out the code inside /npm-scripts.js postinstall(). I manually created configs based on samples.

@ajohnclark
Copy link

Switching to bcrypt-nodejs also fixed a "node-gyp" compile / binding error upon 'npm install' with Fedora 20 64-bit as well. Thanks @LarryEitel.

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

4 participants