-
Notifications
You must be signed in to change notification settings - Fork 532
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
AWS Elasticbeanstalk binaries not installable? #614
Comments
Please give the full error log. I suspect there is some permission issue in your setup. |
Hi Amitosh Sincere thanks for helping. The issue is not of bcrypt but I am still not able to solve it. On my node 6 AWS instance your earlier version of bcrypt is working perfectly without making any permission change. But on node 8.11 AWS instance your latest version is giving below error:
|
Make sure that the directory is writable. Maybe its some EBS configuration. |
Yes I was trying that only but it wasn't happening. Thought since earlier bcrypt was working was it related to some config of bcrypt. Anyway thanks for your help and sorry to post AWS issue on your repository. Was really frustrated with errors since last few days. |
Hi Just want to check whether the issue related node-gyp is occurring because of the following?
So even though AWS Elastic Beanstalk has node-gyp module pre-installed on its system but since bcrypt uses bundledDependent node-gyp module EB doesn't have root permission for this execution. In 1.x version since bundledDependencies was absent I never faced the issue. This is what I am assuming. Is it possible that you do not mention bundledDependencies in your package.json in order for EB to work? Just trying to arrive at the issue so kindly suggest since it is getting difficult to install bcrypt 2.x on EB without work around which is inconsistent. |
|
For anyone else who comes across this issue, this solution on stack overflow helped me to get my app deployed. Basically, you add some config to It's a lot easier than trying to change the permissions in an .ebextension |
Hey @tebs1200 , thanks for the info. Could you please add the relevant parts, or at least the link to this page: https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions ? |
I've added a section on AWS Elastic Beanstalk to that page. |
Just a note: I had this problem on a regular Ubuntu 16.04 machine, and the |
Please guide as I am not able to solve the issue since last few days.
I am using Elasticbeanstalk. Why is binaries not installable?
node-pre-gyp ERR! Pre-built binaries not installable for [email protected] and [email protected] (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
The following log gives permission error. Can someone guide as to how to correct this issue?
The text was updated successfully, but these errors were encountered: