Skip to content

Commit

Permalink
docs: add node version required in the installing section as suggeste…
Browse files Browse the repository at this point in the history
…d by Rand
  • Loading branch information
inigomarquinez committed Apr 30, 2024
1 parent ee55cf0 commit de5a3c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions en/starter/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ redirect_from: "/starter/installing.html"

Assuming you've already installed [Node.js](https://nodejs.org/), create a directory to hold your application, and make that your working directory.

<div class="doc-box doc-info" markdown="1">
Check the minimum required Node.js for each Express version [here](/{{ page.lang }}/starter/faq.html#which-is-the-minimum-version-of-nodejs-that-express-supports).
</div>
* [Express 4.x](/{{ page.lang }}/4x/api.html) requires Node.js 0.10 or higher.
* [Express 5.x](/{{ page.lang }}/5x/api.html) requires Node.js 18 or higher.

```console
$ mkdir myapp
Expand Down

0 comments on commit de5a3c5

Please sign in to comment.