suna
suna copied to clipboard
fix: Add @codemirror/view to package.json
Add dependency in ./src/components/file-renderers/code-renderer.tsx
./src/components/file-renderers/code-renderer.tsx:11:28
Type error: Cannot find module '@codemirror/view' or its corresponding type declarations.
9 | import { xcodeLight } from '@uiw/codemirror-theme-xcode';
10 | import { useTheme } from 'next-themes';
> 11 | import { EditorView } from '@codemirror/view';
| ^
12 |
13 | interface CodeRendererProps {
14 | content: string;
Next.js build worker exited with code: 1 and signal: null
@maxvint is attempting to deploy a commit to the projects Team on Vercel.
A member of the Team first needs to authorize it.