-
Notifications
You must be signed in to change notification settings - Fork 517
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
Windows binaries #540
Comments
We use Appveyor to add compiled binaries for Windows automatically. And currently Appveyor is failing. I'll try to trigger another build later. |
@agathver any update here? Thanks in advance. |
@xjose97x I have to use npm install bcrypt@1.0.2 You can force fixed version in "dependencies": {
"bcrypt": "1.0.2"
} |
Would be nice if you could trigger the build again... |
I have the same issue with the "v48" for "v1.0.3". I'm "forced" to downgrade to "v1.0.2" too Sadly this took me hours to realise because i was tired :( |
The latest appveyor build has pushed all binaries for all node versions, this issue should be fixed now. |
I'm also having an issue with this. |
@justbill2020 It seems you have issues with your NodeJS installation. May be the PATH isn't configured properly |
When installing bcrypt in windows, shows an error that doesn't found the downloads for 1.0.3:
meteor npm install --save bcrypt
node-pre-gyp ERR! Tried to download(502): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-win32-ia32.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.8.4 (node-v46 ABI) (falling back to source compile with node-gyp)
Can you add to the downloads for the 1.0.3 release please?
The text was updated successfully, but these errors were encountered: