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
Error: node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/index.d.ts(50,41): error TS2307: Cannot find module 'okie' or its corresponding type declarations.
Error: node_modules/.pnpm/[email protected]/node_modules/vite/types/importGlob.d.ts(1,29): error TS2307: Cannot find module 'okie' or its corresponding type declarations.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
Describe the bug
Cannot find module 'okie' or its corresponding type declarations.
The
okie
package appears to have types, but is not being bundled for some reason. Vite'sdist/node/index.d.ts
has:Reproduction
https://github.com/sveltejs/kit/tree/vite-3
System Info
Used Package Manager
pnpm
Logs
Validations
The text was updated successfully, but these errors were encountered: