suna icon indicating copy to clipboard operation
suna copied to clipboard

fix: Add @codemirror/view to package.json

Open maxvint opened this issue 10 months ago • 1 comments

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 avatar May 26 '25 01:05 maxvint

@maxvint is attempting to deploy a commit to the projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar May 26 '25 01:05 vercel[bot]