Skip to content
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

Creating Vue App fails with Alpha 20 #12937

Open
jankapunkt opened this issue Dec 29, 2023 · 1 comment
Open

Creating Vue App fails with Alpha 20 #12937

jankapunkt opened this issue Dec 29, 2023 · 1 comment
Milestone

Comments

@jankapunkt
Copy link
Contributor

Summary

Creating a new Vue app fails with package version conflicts in 3.0 Alpha 20.

Reproduction:

$ meteor create --vue --release=3.0-alpha.20 some-vue-app

Yields in the following error:

Using vue skeleton                                                                 
Something has happened while creating your app using git clone.
Will use cached version of skeletons.
Error message:  Using release option
=> Errors while creating your project         
                                              
While selecting package versions:
error: Conflict: Constraint webapp@1.13.1 is not satisfied by webapp 2.0.0-alpha300.20.
Constraints on package "webapp":
* webapp@~2.0.0-alpha300.20 <- top level
* webapp@2.0.0-alpha300.20 <- meteor-base 1.5.2-alpha300.20
* webapp@2.0.0-alpha300.20 <- routepolicy 1.1.2-alpha300.20 <- ddp-server 3.0.0-alpha300.20 <- ddp 1.4.2-alpha300.20 <-
allow-deny 2.0.0-alpha300.20 <- mongo 2.0.0-alpha300.20
* webapp@2.0.0-alpha300.20 <- routepolicy 1.1.2-alpha300.20 <- ddp-server 3.0.0-alpha300.20 <- ddp 1.4.2-alpha300.20 <-
meteor-base 1.5.2-alpha300.20
* webapp@2.0.0-alpha300.20 <- routepolicy 1.1.2-alpha300.20 <- webapp 2.0.0-alpha300.20 <- jorgenvatle:vite-bundler
1.9.1
* webapp@2.0.0-alpha300.20 <- ddp-server 3.0.0-alpha300.20 <- ddp 1.4.2-alpha300.20 <- allow-deny 2.0.0-alpha300.20 <-
mongo 2.0.0-alpha300.20
* webapp@2.0.0-alpha300.20 <- ddp-server 3.0.0-alpha300.20 <- ddp 1.4.2-alpha300.20 <- meteor-base 1.5.2-alpha300.20
* webapp@2.0.0-alpha300.20 <- autoupdate 2.0.0-alpha300.20 <- hot-code-push 1.0.5-alpha300.20 <- hot-module-replacement
0.5.4-alpha300.20
* webapp@2.0.0-alpha300.20 <- mongo 2.0.0-alpha300.20
* webapp@1.13.1 <- jorgenvatle:vite-bundler 1.9.1

Conflict: Constraint caching-compiler@1.2.2 is not satisfied by caching-compiler 2.0.0-alpha300.20.
Constraints on package "caching-compiler":
* caching-compiler@~2.0.0-alpha300.20 <- top level
* caching-compiler@2.0.0-alpha300.17 <- caching-html-compiler 2.0.0-alpha300.17 <- static-html 1.3.3-alpha300.20
* caching-compiler@1.2.2 <- jorgenvatle:vite-bundler 1.9.1
@StorytellerCZ StorytellerCZ added this to the Release 3.0 milestone Jan 9, 2024
@JorgenVatle
Copy link

Hey there. 👋

The beta release jorgenvatle:vite-bundler@2.0.0-beta.8 for the Vite bundler is compatible with Meteor v3. The latest stable release also resolves the version mismatch there, but it seems like Fibers gets added as a dependency whenever it's published using the Meteor v2 CLI tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants