diff --git a/src/content/4/en/part4b.md b/src/content/4/en/part4b.md index 1c5af05ff6..3b0f747d5b 100644 --- a/src/content/4/en/part4b.md +++ b/src/content/4/en/part4b.md @@ -817,6 +817,8 @@ Let's install the library npm install express-async-errors ``` +**⚠️ Warning (Express 5 users):** Installing `express-async-errors` will fail due to its peer-dependency on Express 4. + Using the library is very easy. You introduce the library in app.js, _before_ you import your routes: