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
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions