mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
Update external docs (#1856)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8f3f258d39
commit
8cc0a58c5f
@@ -18,7 +18,7 @@ Express 5 は Express 4 とあまり変わりません。API の変更は、3.0
|
||||
最新のアルファをインストールして Express 5 をプレビューするには、アプリケーションのルート・ディレクトリーで次のコマンドを入力します。
|
||||
|
||||
```bash
|
||||
$ npm install "express@^{{ site.data.express.next_version }}" --save
|
||||
$ npm install "express@5" --save
|
||||
```
|
||||
|
||||
その後、自動テストを実行して、どの機能が失敗するかを確認し、下記の更新に従って問題を修正することができます。テストの失敗に対応した後、アプリケーションを実行して、どのようなエラーが発生するかを確認します。サポートされていないメソッドまたはプロパティーをアプリケーションが使用している場合は、すぐに判明します。
|
||||
|
||||
Reference in New Issue
Block a user