You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new Svelte project with pnpm create svelte and choosing Svelte 5, pnpm install warns about unmet peer dependencies. svelte-hmr lists dependencies on svelte@"^3.19.0 || ^4.0.0", but not Svelte 5.
If I ignore the error and proceed, everything seems to work as it should, but it would be nice if the svelte-hmr package explicitly listed Svelte 5 has a valid peer dependency.
The text was updated successfully, but these errors were encountered:
When creating a new Svelte project with
pnpm create svelte
and choosing Svelte 5,pnpm install
warns about unmet peer dependencies. svelte-hmr lists dependencies onsvelte@"^3.19.0 || ^4.0.0"
, but not Svelte 5.If I ignore the error and proceed, everything seems to work as it should, but it would be nice if the svelte-hmr package explicitly listed Svelte 5 has a valid peer dependency.
The text was updated successfully, but these errors were encountered: