Skip to content

Some questions about Starter kit equivalent #17079

Discussion options

You must be logged in to vote

somewhere down the line I broke the flow(maybe one prompt of the create-quasar changed slightly). So basically testing any changes in the create-quasar as of now is a process of trial and error or reading the source code.

If this is the main concern, then you can pin versions of create-quasar to avoid random breaks. This way, you can test new versions first and only then change the pinned version. For example, pnpm dlx create-quasar@1.8.2 would only use v1.8.2. Afterward, let's say 1.9.0 gets released, you can test it and if it still works fine for you, update it to pnpm dlx create-quasar@v1.9.0. This would be the best "workaround".

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Dtsiantaris
Comment options

@yusufkandemir
Comment options

Answer selected by Dtsiantaris
@Dtsiantaris
Comment options

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