diff options
| author | rinsuki <428rinsuki+git@gmail.com> | 2020-01-09 17:46:29 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-09 17:46:29 +0900 |
| commit | 350310c4c22bddeb98164b86441715d46184d71b (patch) | |
| tree | 3aaa6a12d02742a83f971da151018fbb2ea54326 /docs | |
| parent | ローカルタイムラインのテストを修正 (#5699) (diff) | |
| download | misskey-350310c4c22bddeb98164b86441715d46184d71b.tar.gz misskey-350310c4c22bddeb98164b86441715d46184d71b.tar.bz2 misskey-350310c4c22bddeb98164b86441715d46184d71b.zip | |
ドキュメントのNode.js最小バージョンを修正 (#5700)
@typescript-eslint/parserが11.10.1以上じゃないと入らない
> error @typescript-eslint/parser@2.3.3: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "11.7.0"
https://github.com/syuilo/misskey/runs/274115939
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 2 | ||||
| -rw-r--r-- | docs/setup.fr.md | 2 | ||||
| -rw-r--r-- | docs/setup.ja.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 6dfbdbfeac..7189aa96c4 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -22,7 +22,7 @@ adduser --disabled-password --disabled-login misskey Please install and setup these softwares: #### Dependencies :package: -* **[Node.js](https://nodejs.org/en/)** >= 11.7.0 +* **[Node.js](https://nodejs.org/en/)** >= 11.10.1 * **[PostgreSQL](https://www.postgresql.org/)** >= 10 * **[Redis](https://redis.io/)** diff --git a/docs/setup.fr.md b/docs/setup.fr.md index 4ee0442c95..b718c4b9fb 100644 --- a/docs/setup.fr.md +++ b/docs/setup.fr.md @@ -22,7 +22,7 @@ adduser --disabled-password --disabled-login misskey Installez les paquets suivants : #### Dépendences :package: -* **[Node.js](https://nodejs.org/en/)** >= 11.7.0 +* **[Node.js](https://nodejs.org/en/)** >= 11.10.1 * **[PostgreSQL](https://www.postgresql.org/)** >= 10 * **[Redis](https://redis.io/)** diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 444827e1f1..269495ab59 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -22,7 +22,7 @@ adduser --disabled-password --disabled-login misskey これらのソフトウェアをインストール・設定してください: #### 依存関係 :package: -* **[Node.js](https://nodejs.org/en/)** (11.7.0以上) +* **[Node.js](https://nodejs.org/en/)** (11.10.1以上) * **[PostgreSQL](https://www.postgresql.org/)** (10以上) * **[Redis](https://redis.io/)** |