Add accounts-password error for Meteor 3.0.2

I got the follow error when add accounts-password for Meteor 3.0.2

 => Errors while adding packages:             
                                              
While checking for email@3.0.99:
error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

What command were you using? Version 3.0.99 does not exist

I think there is something strange going on. Just got this when I run meteor update on Meteor 3.0.1…

There is some strange email@3.0.99:

meteor show email
Package: email@3.0.99

Recent versions:                              
  2.2.6   May 14th, 2024
  3.0.0   July 15th, 2024
  3.0.1   August 14th, 2024
  3.0.2   August 14th, 2024
  3.0.99  August 14th, 2024

Yesterday, during the release, we had a minor issue with the email package. I thought it was solved, and I didn’t catch this specific issue. I’m able to reproduce it now, and I’m going to investigate it.

1 Like

Hey guys, I was able to fix this. We now have a email@3.0.100. Unfortunately, I couldn’t revert to the .99 version, so I had to increase one more.

But we can fix this in the next release by releasing a new minor version for the email package: 3.1.0.

Let me know if you have any other issues related to this!

1 Like