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

known issue related to warning: meteor npm install --save bcrypt #17

Open
veeramarni opened this issue Feb 11, 2017 · 0 comments
Open

Comments

@veeramarni
Copy link
Collaborator

veeramarni commented Feb 11, 2017

W20170211-16:54:02.663(-5)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt.W20170211-16:54:02.664(-5)? (STDERR) approximately three times slower than the native implementation.
W20170211-16:54:02.665(-5)? (STDERR) In order to use the native implementation instead, run
W20170211-16:54:02.665(-5)? (STDERR)
W20170211-16:54:02.666(-5)? (STDERR)   meteor npm install --save bcrypt
W20170211-16:54:02.666(-5)? (STDERR)
W20170211-16:54:02.666(-5)? (STDERR) in the root directory of your application.
webpack built ffc7928813da28dfebb0 in 68018ms
ç^C
bash-3.2$ meteor npm install --save bcrypt

> [email protected] install /Users/veeramarni/Documents/eclipse/workspace/phoneapps/development/projects/meteor-react-redu
x-webpack-kit/app/node_modules/bcrypt
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_
lib-v1.0.2-node-v46-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v46 ABI) (falling back to source
 compile with node-gyp)
  CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  SOLINK_MODULE(target) Release/bcrypt_lib.node
  COPY /Users/veeramarni/Documents/eclipse/workspace/phoneapps/development/projects/meteor-react-redux-webpack-kit/ap
p/node_modules/bcrypt/lib/binding/bcrypt_lib.node
  TOUCH Release/obj.target/action_after_build.stamp

Solution:
try installing
npm install node-gyp -g
meteor npm install --save bcrypt

Ref:meteor/meteor#7568

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

1 participant