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

Windows binaries #540

Closed
twentic2 opened this issue Aug 29, 2017 · 8 comments
Closed

Windows binaries #540

twentic2 opened this issue Aug 29, 2017 · 8 comments

Comments

@twentic2
Copy link

When installing bcrypt in windows, shows an error that doesn't found the downloads for 1.0.3:

meteor npm install --save bcrypt

bcrypt@1.0.3 install C:\TEST\node_modules\bcrypt
node-pre-gyp install --fallback-to-build

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?

@recrsn
Copy link
Collaborator

recrsn commented Aug 29, 2017

We use Appveyor to add compiled binaries for Windows automatically. And currently Appveyor is failing. I'll try to trigger another build later.

@xjose97x
Copy link

xjose97x commented Sep 1, 2017

@agathver any update here?
Yesterday I tried to install bcrypt through npm in windows, and failed as well. Are there any workarounds for this?

Thanks in advance.

@boybundit
Copy link

@xjose97x I have to use v1.0.2 in the mean time.

npm install bcrypt@1.0.2

You can force fixed version in package.json by removing ^ prefix.

"dependencies": {
  "bcrypt": "1.0.2"
}

@mrexodia
Copy link

mrexodia commented Sep 3, 2017

Would be nice if you could trigger the build again...

@AlexanderYW
Copy link

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 :(

@recrsn
Copy link
Collaborator

recrsn commented Sep 14, 2017

The latest appveyor build has pushed all binaries for all node versions, this issue should be fixed now.

@recrsn recrsn closed this as completed Sep 14, 2017
@justbill2020
Copy link

I'm also having an issue with this.

2017-09-26T14_01_27_823Z-debug.log

@recrsn
Copy link
Collaborator

recrsn commented Sep 26, 2017

@justbill2020 It seems you have issues with your NodeJS installation. May be the PATH isn't configured properly

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

7 participants