About the project of vue version #1167
qian357891
started this conversation in
General
Replies: 1 comment 1 reply
-
Is any places in docs where we recommend you to use next tag for vue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The next version of vuepress is 2.0.0-beta.53,the next version of @vuepress/client is 2.0.0-beta.53。
But the next version of vue is 3.2.36,the latest is 3.2.45。
If i code
pnpm i vue@next
(3.2.36)WARN Issues with peer dependencies found
.
└─┬ vuepress 2.0.0-beta.53
└─┬ vuepress-vite 2.0.0-beta.53
└── ✕ unmet peer vue@^3.2.37: found 3.2.36
And when I code
pnpm doc:dev
it works.But I code
pnpm doc:build
it will error:(both 3.2.36 and 3.2.37)And when I use
[email protected]
(latest) it can be built。I think it maybe a inadvertent problem.
Beta Was this translation helpful? Give feedback.
All reactions