-
Notifications
You must be signed in to change notification settings - Fork 392
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
Error: Could not locate the bindings file. #309
Comments
That not some build issue. Did you check mup logs ?
|
The first snippet I pasted was from the mup (upstart) log for the app. Is that what you mean? By the way, I also notice the same "Error: Could not locate the bindings file." problem here: meteorhacks/npm#12 Also, I found a workaround: I found a file called |
Weird. I mean On Fri, Mar 13, 2015 at 6:11 AM Adam Monsen notifications@github.com
|
|
Seems like b977847 broke something related to building binary npm packages. Versions 0.7.0 through 0.9.1 seem to work for me and @skifaster |
Okay. Got it. Can you prepare a re-profitable app for me. I can debug and We have changed how we build apps.
|
Yep, will do |
Here's a repro: https://gitlab.com/meonkeys/mup-npm-repro Or just run |
Thanks. I can understand the issue. Let's try to fix it.
|
What's the issue? I don't understand what changed in 0.9.2 and why it breaks deployment for this app. |
Okay. Update mup now and try to deploy again. |
"Install npm modules before doing binary rebuild" seems to have fixed the problem. Thanks! |
Awesome. On Tue, Mar 17, 2015 at 1:36 AM Adam Monsen notifications@github.com
|
Hi, I have the same issue but I can't figure it out how to solve it.
Am I missing something? Thanks, |
Same issue, weird. It seems that it fails to compile bcrypt, and I don't know why. |
when using the mdg:accounts-password the npm-bcypt dependency is installed and breaks mup deploy. Despite a range of issues posted online no clear solution seems to be posted anywhere. |
Maybe this issue is interesting for you too: |
When I try to
mup deploy
my app, I see this in/var/log/upstart/testapp.log
:This repeats until I run
sudo stop testapp
.mup deploy
output looks like this:I don't think this is a mup issue, maybe a gyp or libxmljs or mturk:csats, but it is breaking my
mup deploy
I'm not really sure how to debug it. Any ideas?The text was updated successfully, but these errors were encountered: