File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ npm install codemirror-editor-vue3 codemirror@5.x -S
20
20
```
21
21
22
22
``` bash
23
- yarn add codemirror-editor-vue3 codemirror@5.x
23
+ yarn add codemirror-editor-vue3 codemirror@" >=5.64.0 <6 "
24
24
```
25
25
26
26
``` bash
27
- pnpm i codemirror-editor-vue3 codemirror@^5.65.12 -S
27
+ pnpm i codemirror-editor-vue3 codemirror@" >=5.64.0 <6 " -S
28
28
```
29
29
30
30
> If your project requires Typescript support, you will also need to install the '@types/codemirror ' dependency.
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ npm install codemirror-editor-vue3 codemirror@5.x -S
15
15
```
16
16
17
17
``` bash [yarn]
18
- yarn add codemirror-editor-vue3 codemirror@^5.65.12
18
+ yarn add codemirror-editor-vue3 codemirror@" >=5.64.0 <6 "
19
19
```
20
20
21
21
``` bash [pnpm]
22
- pnpm i codemirror-editor-vue3 codemirror@^5.65.12 -S
22
+ pnpm i codemirror-editor-vue3 codemirror@" >=5.64.0 <6 " -S
23
23
```
24
24
25
25
:::
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ npm install codemirror-editor-vue3 codemirror@5.x -S
15
15
```
16
16
17
17
``` bash [yarn]
18
- yarn add codemirror-editor-vue3 codemirror@^5.65.12
18
+ yarn add codemirror-editor-vue3 codemirror@" >=5.64.0 <6 "
19
19
```
20
20
21
21
``` bash [pnpm]
22
- pnpm i codemirror-editor-vue3 codemirror@^5.65.12 -S
22
+ pnpm i codemirror-editor-vue3 codemirror@" >=5.64.0 <6 " -S
23
23
```
24
24
25
25
:::
You can’t perform that action at this time.
0 commit comments