Skip to content

Commit

Permalink
docs: add reference to nodejs minimum version in installing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Apr 23, 2024
1 parent 8e9b96a commit d6b19c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/starter/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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>

```console
$ mkdir myapp
$ cd myapp
Expand Down

0 comments on commit d6b19c6

Please sign in to comment.