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
We can't upgrade SvelteKit to the latest Vite because we get this error:
│ ../../node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/index.d.ts(38,23): error TS7016: Could not find a declaration file for module 'ws'. 'node_modules/.pnpm/[email protected]/node_mod
│ Try `npm i --save-dev @types/ws` if it exists or add a new declaration (.d.ts) file containing `declare module 'ws';
Reproduction
git clone [email protected]:sveltejs/kit.git
cd kit
pnpm install
pnpm run check
Describe the bug
We can't upgrade SvelteKit to the latest Vite because we get this error:
Reproduction
System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: