Skip to content

Commit 04e5a67

Browse files
feat: add note about codemirror errors
1 parent 0c8ea66 commit 04e5a67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ quietly install newer version, even though in package.json it will output 9.4 fo
1717
but the installed version could be 9.8, leading to some confusion.
1818

1919
Running pnpm update will still work and offer updates.
20+
21+
### Fixing codemirror issues
22+
23+
Try the following commands:
24+
25+
```sh
26+
rm -rf **/node_modules
27+
pnpm i
28+
pnpm dedupe
29+
```

0 commit comments

Comments
 (0)