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

is 3.0-alpha.6 still the current working version?

I am trying to install 3.0-alpha.6 as outlined here, but getting the error below. Help appreciated.

  • node v14.21.3
  • npm v6.14.18
➜ meteor update --release 3.0-alpha.6
=> Errors while initializing project:

While selecting package versions:
error: Conflict: Constraint modules@0.8.2 is not satisfied by modules
1.0.0-alpha300.6.
Constraints on package "modules":
* modules@~1.0.0-alpha300.6 <- top level
* modules@1.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- ecmascript-runtime-client 1.0.0-alpha300.6 <-
ecmascript-runtime 1.0.0-alpha300.6 <- babel-compiler 8.0.0-alpha300.6 <-
ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- ecmascript-runtime-client 1.0.0-alpha300.6 <-
ecmascript-runtime 1.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- ecmascript-runtime-client 1.0.0-alpha300.6 <-
hot-module-replacement 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- promise 1.0.0-alpha300.6 <- dynamic-import
1.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- promise 1.0.0-alpha300.6 <- ecmascript
1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- modern-browsers 1.0.0-alpha300.6 <- babel-compiler
8.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- ecmascript-runtime-server 1.0.0-alpha300.6 <-
ecmascript-runtime 1.0.0-alpha300.6 <- babel-compiler 8.0.0-alpha300.6 <-
ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- ecmascript-runtime-server 1.0.0-alpha300.6 <-
ecmascript-runtime 1.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- react-fast-refresh 1.0.0-alpha300.6 <- ecmascript
1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- babel-runtime 2.0.0-alpha300.6 <- ecmascript
1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- dynamic-import 1.0.0-alpha300.6 <- ecmascript
1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- fetch 1.0.0-alpha300.6 <- dynamic-import
1.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- inter-process-messaging 1.0.0-alpha300.6 <-
autoupdate 2.0.0-alpha300.6 <- hot-code-push 2.0.0-alpha300.6 <-
hot-module-replacement 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- inter-process-messaging 1.0.0-alpha300.6 <-
dynamic-import 1.0.0-alpha300.6 <- ecmascript 1.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- es5-shim 5.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- geojson-utils 2.0.0-alpha300.6 <- minimongo
2.0.0-alpha300.6 <- allow-deny 2.0.0-alpha300.6 <- mongo 2.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- geojson-utils 2.0.0-alpha300.6 <- minimongo
2.0.0-alpha300.6 <- mongo 2.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- mongo-dev-server 2.0.0-alpha300.6 <- mongo
2.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- typescript 5.0.0-alpha300.6
* modules@1.0.0-alpha300.6 <- hot-module-replacement 1.0.0-alpha300.6
* modules@0.8.2 <- zodern:types 1.0.9

Wich app are you trying to create? I see that you are trying to use zodern:types(try removing it may work)
For normal react app should work fine