Skip to content

Commit

Permalink
Restrict version to 8 for installing npm package (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpi17 committed Feb 15, 2022
1 parent 7b7d8a1 commit 0328a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vuepress/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Include vue-i18n after Vue and it will install itself automatically:
## NPM

```sh
npm install vue-i18n
npm install vue-i18n@8
```

## Yarn

```sh
yarn add vue-i18n
yarn add vue-i18n@8
```

When using with a module system, you must explicitly install the `vue-i18n`
Expand Down

0 comments on commit 0328a3a

Please sign in to comment.