I just upgraded from Convex 1.5.1 to 1.6.3 and I'm now getting the following error when running convex dev:
✖ TypeScript typecheck via `tsc` failed.
To ignore failing typecheck, use `--typecheck=disable`.
- Collecting TypeScript errors
node_modules/vite/dist/node/index.d.ts:6:41 - error TS2307: Cannot find module 'rollup/parseAst' or its corresponding type declarations.
6 export { parseAst, parseAstAsync } from 'rollup/parseAst';
~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/vite/dist/node/index.d.ts:6
Any clue why this might be/how to resolve it?