Skip to content

Commit

Permalink
docs: update Node.js and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Nov 3, 2021
1 parent 11ff585 commit 29585cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-setup-freecodecamp-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Some community members also develop on Windows 10 natively with Git for Windows

| Prerequisite | Version | Notes |
| --------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------- |
| [Node.js](http://nodejs.org) | `14.x` | We use the "Active LTS" version, See [LTS Schedule](https://nodejs.org/en/about/releases/). |
| npm (comes bundled with Node) | `6.x` | `npm` does not have LTS releases, we use the version bundled with Node.js Active LTS. |
| [Node.js](http://nodejs.org) | `16.x` | We use the "Active LTS" version, See [LTS Schedule](https://nodejs.org/en/about/releases/). |
| npm (comes bundled with Node) | `8.x` | We use the version bundled with Node.js Active LTS. |
| [MongoDB Community Server](https://docs.mongodb.com/manual/administration/install-community/) | `4.0.x` | - |

> [!ATTENTION]
Expand Down

0 comments on commit 29585cf

Please sign in to comment.