-
Notifications
You must be signed in to change notification settings - Fork 87
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
No compatible binary found when trying to update Meteor to 1.3.2 #23
Comments
Same issue. Same error. This version moved me to the next error:
In my case I no longer needed accounts-password, just whatever useraccounts-core wants under the hood, so then I:
Working!!! I reckon accounts-phone might survive with npm-bcrypt@0.8.5, (bumped up from 0.7.8_2) but deadlines loom and I've not yet had the pleasure of forking and experimenting just yet. |
This project is at the latest release which is compatible with your current package constraints. Yup! I did get to this part. Bcrypt algo's package is indeed the culprit lol. But I am afraid, in my case I do need accounts-password working along with accounts-phone. @kenlane33 Thanks for the tip, to append the version constraint to 'meteor add' on accounts-phone! |
So I ended up needing accounts-password, too.
The only thing I changed was to bump the version of bcrypt so that it works with accounts-password.
Tested:
Really I just bumped
to
in package.js. |
Hi, @kenlane33 ! Thanks for answer! |
Done! |
Great! Thanx! I don`t like fork and multiply packages :) |
I am newbie trying to learn on how to do Angular MeteorJS whatsapp tutorial. I have an issue on the authentication, can you help me? While selecting package versions:
I tried to do meteor remove npm-bcrypt and then reinstall using specific version: Appreciate your help... @kenlane33 Appreciate your input here... When I tried your ics format, I received the following errors: While adding package kenlande22:accounts-phone@0.0.21: SINM50932177A:ick XXXXXX$ meteor add okland:accounts-phone@0.0.21 While selecting package versions: To allow potentially incompatible changes to top-level dependencies, you must DIRECTORY$$$$$:ick XXXXXX$ meteor add okland:accounts-phone@0.0.21 --allow-incompatible-update While loading package npm-bcrypt@0.7.8_2:
npm ERR! Darwin 15.6.0 npm ERR! Please include the following file with any support request:
"rebuild" "--no-bin-links" "--update-binary" npm ERR! Please include the following file with any support request: |
I haven't tried it in a while, but you could check out the version bump I did: |
Thank you on your quick reply. Wow... your solution works as a magic. Just curious mate... how did you force the downgrade the npm-bcrypt to 0.8.6_1 (would like to learn this 👍 ) accounts-base added, version 1.1.3 |
In brief:
Effectively, I just changed the version of the one line in #5. The rest is the hand jive to get it in place. Also, an over-abundance of detail on package publishing is here. -Ken =] |
@kenlane33 Thanks for the version bump! Worked for me! |
@kenlane33 Thanks! You saved my day. |
Ran into the same issue, caused by npm-bcrypt being at 0.7.8_2. |
=> Errors while initializing project:
While checking for okland:accounts-phone@0.0.19:
error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.
The text was updated successfully, but these errors were encountered: