antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template

Home Page:https://vitesse.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing peer @vue/compiler-dom@^3.0.1

Sjoerd82 opened this issue · comments

Describe the bug

Perhaps @vue/compiler-dom should be added to the dependencies?

 WARN  Issues with peer dependencies found
├─┬ @vue/test-utils 2.2.8
     └── ✕ missing peer @vue/compiler-dom@^3.0.1

Peer dependencies that should be installed:
  @vue/compiler-dom@^3.0.1

Easily fixable by running pnpm add -D @vue/compiler-dom@^3.0.1, but thought it best to report it here.

Reproduction

Reproduction

System Info

Not sure how it helps, but here is the output:

D:\Dev\NodeJs\vexna\apps\my-vitesse>npx envinfo --system --binaries --browsers
node:internal/modules/cjs/loader:998
  throw err;
  ^

Error: Cannot find module 'D:\Dev\NodeJs\vexna\node_modules\envinfo\dist\cli.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
    at Module._load (node:internal/modules/cjs/loader:841:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v18.12.1

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Oh never mind, this is a @vue/test-utils issue.