create-vue@latest #13439
Answered
by
LinusBorg
snovik
asked this question in
Help/Questions
create-vue@latest
#13439
-
Hello. npm create vue@latest create Vue version 3.5.13, when is 3.5.16 already available. Is this correct? |
Beta Was this translation helpful? Give feedback.
Answered by
LinusBorg
Jun 5, 2025
Replies: 1 comment 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it does install the latest version. As you say yourself, package.json defines them minimum minor version that needs to be installed. What will actually be installed is the latest minor version matching that requirement. that will however not update the
package.json
entry.