Skip to content

Vue packages version mismatch #1339

Closed
Closed
@jakobrosenberg

Description

@jakobrosenberg

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions