Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6.8 regression - malformed types block usage #5338

Closed
7 tasks done
benmccann opened this issue Oct 18, 2021 · 0 comments · Fixed by #5340
Closed
7 tasks done

2.6.8 regression - malformed types block usage #5338

benmccann opened this issue Oct 18, 2021 · 0 comments · Fixed by #5340
Labels
p4-important Violate documented behavior or significantly improves performance (priority)

Comments

@benmccann
Copy link
Collaborator

Describe the bug

We can't upgrade SvelteKit to the latest Vite because we get this error:

│ ../../node_modules/.pnpm/vite@2.6.8/node_modules/vite/dist/node/index.d.ts(38,23): error TS7016: Could not find a declaration file for module 'ws'. 'node_modules/.pnpm/ws@7.5.5/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 git@github.com:sveltejs/kit.git
cd kit
pnpm install
pnpm run check

System Info

Vite 2.6.8

Used Package Manager

pnpm

Logs

No response

Validations

@patak-dev patak-dev added the p4-important Violate documented behavior or significantly improves performance (priority) label Oct 18, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Nov 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p4-important Violate documented behavior or significantly improves performance (priority)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants