Skip to content

[Bug?]: Vite 8 missing in peerDependencies version range#2169

Description

@katywings

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 馃槸

Installing @solidjs/start@2.0.0-alpha.3 alongside Vite 8 with npm results in an error:

npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error Could not resolve dependency:
npm error peer vite@"^7" from @solidjs/start@2.0.0-alpha.3

Expected behavior 馃

The installation should succeed without error.

Steps to reproduce 馃暪

Steps:

  1. Use the versions below in your SolidStart-project package.json
  2. npm install
"devDependencies": {
    "@solidjs/start": "2.0.0-alpha.3",
    "vite": "8.1.0"
}

Context 馃敠

No response

Your environment 馃寧

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions