-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue packages version mismatch #1339
Comments
This is, as far as I can tell, a limitation of |
Thanks for the reply. I've tried with vanilla |
same error here, not using pnpm:
could someone please reopen this issue? |
I solved the problem by deleting the package from the cache. Somehow |
(Removed my prematurely worded comment; still diggin’…) |
thanks for the update @jakobrosenberg i am using yarn in my setup and after running the confusing thing is this: documentationjs’ however, running
is yarn automatically upgrading 2.5.16 to 2.6.12 (because of the i feel quite stymied trying to solve this… which version of |
oh and regarding the suggestions in the error message:
not very helpful either as i installed |
the same here |
Same here, Any update on this? how to use with vue 3? |
bump |
Please do not bump issues. See the maintenance status for a summary of the approach for this project: if you want to dig into this project, find a fix, and submit a PR, I will be more than happy to review, merge, and release it. |
thanks for the update @tmcw was not aware bumping an issue is frowned upon (on the other hand i would not have found out about the maintenance status if i had not). |
I'll take a look |
Vue dependencies was moved to optionalDependencies So, that mean if you need Vue support you also have to add in own package.json new dependency for Vue 2 is vue-template-compiler, Vue 3 is @vue/compiler-sfc
Vue dependencies was moved to optionalDependencies So, that mean if you need Vue support you also have to add in own package.json new dependency for Vue 2 is vue-template-compiler, Vue 3 is @vue/compiler-sfc
I'm trying to document a small project:
Whenever I run
npx document
orpnpx document
I get the error:I'm using
pnpm
as package manager and have no Vue projects, but I do have onevite
project.The text was updated successfully, but these errors were encountered: