Closed
Description
I'm trying to document a small project:
...
"dependencies": {
"dotenv": "^8.2.0"
},
"devDependencies": {
"ava": "^3.13.0",
"documentation": "^13.0.2"
},
Whenever I run npx document
or pnpx document
I get the error:
Vue packages version mismatch:
- [email protected] (<pnpm workspace>\node_modules\.pnpm\[email protected]\node_modules\vue\index.js)
- [email protected] (<pnpm workspace>\node_modules\.pnpm\[email protected]\node_modules\vue-template-compiler\package.json)
This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
I'm using pnpm
as package manager and have no Vue projects, but I do have one vite
project.
Metadata
Metadata
Assignees
Labels
No labels