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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
I am getting the following error when running npm run prepare
lib/tempview.ts:3:26 - error TS2307: Cannot find module '@codemirror/view' or its corresponding type declarations.
I think it is related to recent removal of peer dependencies for @codemirror/view and @codemirror/state, because it was working fine before that.
I am getting the following error when running npm run prepare
lib/tempview.ts:3:26 - error TS2307: Cannot find module '@codemirror/view' or its corresponding type declarations.
I think it is related to recent removal of peer dependencies for @codemirror/view and @codemirror/state, because it was working fine before that.