Try Meteor 3.0 Alpha 9

I tried to install the alpha.9 release but got some errors:

$ meteor create alpha --release=3.0-alpha.9
=> Errors while creating your project         
                                              
While checking for caching-compiler@2.0.0-alpha300.9:
error: No compatible binary build found for this package. Contact the package
author and ask them to publish it for your platform.

While checking for minimongo@2.0.0-alpha300.9:
error: No compatible binary build found for this package. Contact the package
author and ask them to publish it for your platform.

Does anyone know what problem is?
Thank you.

// EDIT: I’m using Ubuntu 22.04.2 LTS

meteor update --release ....

Currently, only alpha 6 is operational. @grubba attempted to launch another version, but it was unsuccessful.

As mentioned by @paulishca, the command inputted is incorrect. The correct command should be:meteor update —release 3.0-alpha.6

2 Likes

Why do I need to use meteor update to create new project?

You need to create a new project first, using meteor create my-app and then run the meteor update