Skip to content

Commit 956b150

Browse files
committed
feat: update install command
1 parent f0cb9fa commit 956b150

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ npm install codemirror-editor-vue3 codemirror@5.x -S
2020
```
2121

2222
```bash
23-
yarn add codemirror-editor-vue3 codemirror@5.x
23+
yarn add codemirror-editor-vue3 codemirror@">=5.64.0 <6"
2424
```
2525

2626
```bash
27-
pnpm i codemirror-editor-vue3 codemirror@^5.65.12 -S
27+
pnpm i codemirror-editor-vue3 codemirror@">=5.64.0 <6" -S
2828
```
2929

3030
> If your project requires Typescript support, you will also need to install the '@types/codemirror' dependency.

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ npm install codemirror-editor-vue3 codemirror@5.x -S
1515
```
1616

1717
```bash [yarn]
18-
yarn add codemirror-editor-vue3 codemirror@^5.65.12
18+
yarn add codemirror-editor-vue3 codemirror@">=5.64.0 <6"
1919
```
2020

2121
```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
2323
```
2424

2525
:::

docs/zh-CN/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ npm install codemirror-editor-vue3 codemirror@5.x -S
1515
```
1616

1717
```bash [yarn]
18-
yarn add codemirror-editor-vue3 codemirror@^5.65.12
18+
yarn add codemirror-editor-vue3 codemirror@">=5.64.0 <6"
1919
```
2020

2121
```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
2323
```
2424

2525
:::

0 commit comments

Comments
 (0)