Error during typescript compilation #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 guess you'll just have to install them manually until someone figures out how to set this up in a way that npm won't choke on.
Running into similar issue - when I bump the deps to latest
codemirrorpackages thepreparescript failsThis issue still exists. Have anyone found any solutions?
For me this was the solution: