From e9e7d52177344c1bb3901cfea8a62c8df0ca7fcc Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 7 Jun 2021 13:09:39 +0100 Subject: [PATCH] Update the minimum version of Node to 14 (#19077) --- contributing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development.md b/contributing/development.md index df8644797622..2e2c4da1fca5 100644 --- a/contributing/development.md +++ b/contributing/development.md @@ -8,7 +8,7 @@ This site is powered by Node.js! :sparkles: :turtle: :rocket: :sparkles: It runs on macOS, Windows, and Linux environments. -You'll need Node.js version 12 or 14 to run the site. To install Node.js, [download the "LTS" installer from nodejs.org](https://nodejs.org). If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) for instructions on switching Node.js versions. +You'll need Node.js version 16 to run the site. To install Node.js, [download the "LTS" installer from nodejs.org](https://nodejs.org). If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) for instructions on switching Node.js versions. Once you've installed Node.js (which includes the popular `npm` package manager), open Terminal and run the following: