vuetifyjs / create

🛠️ Build tooling for Vuetify 3
60 stars 18 forks source link

Why does "yarn create vuetify" not use the latest vuetify version? #24

Closed matmis closed 1 year ago

matmis commented 1 year ago

When I run yarn crate vuetify

[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...

success Installed "create-vuetify@1.0.7" with binaries:
      - create-vuetify
[############] 12/12
Vuetify.js - Material Component Framework for Vue

✔ Project name: … vuetify-project
✔ Which preset would you like to install? › Base (Vuetify, VueRouter)
✔ Use TypeScript? … No / Yes
✔ Would you like to install dependencies with yarn, npm, or pnpm? › yarn

◌ Generating scaffold...
◌ Installing dependencies with yarn...

yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 13.54s.

vuetify-project has been generated at /tmp/test/vuetify-project

Discord community: https://community.vuetifyjs.com
Github: https://github.com/vuetifyjs/vuetify
Support Vuetify: https://github.com/sponsors/johnleider
Done in 34.18s.

It creates a project with vuetify version 3.0.0, that version is already 7 months old, is there a reason not to use the latest version (3.3.1)?

jacekkarczmarczyk commented 1 year ago

It does use the latest version

matmis commented 1 year ago

Maybe i'm looking at the wrong file, but I also see here that vuetify 3.0.0 is used

jacekkarczmarczyk commented 1 year ago

Maybe i'm looking at the wrong file

Yes In new project check the lock file or run npm why vuetify (or pnpm/yarn equivalent)