Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Confusion about vue 2.7 support #7223

Unanswered
MartinX3 asked this question in Q&A
Jul 5, 2022 · 1 comments · 1 reply
Discussion options

According to the releases 5.0.6 enabled support for vue 2.7, but 2.6.14 is still used

"vue": "^2.6.14",

That gives me the funny error message I need to workaround by enforcing the installation via npm install --force

Error:

npm ERR!   vue@"^2.7.2" from the root project
npm ERR!   vue@"^2.6.14" from @vue/cli@5.0.7
You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

^2.6.14 means that when installing dependencies it will look for the latest minor version

So the real version in the lock file will be 2.7

You must be logged in to vote
1 reply
@MartinX3
Comment options

And the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.