From a6aa75dd7aa83bd93d974817b1d7b2549cb81978 Mon Sep 17 00:00:00 2001 From: Kathy Korevec Date: Mon, 5 Oct 2020 17:20:54 -0700 Subject: [PATCH] Update development.md new node.js version --- contributing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development.md b/contributing/development.md index 70dc76ca654f..fee4a3726d2d 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 v12** to run the site. If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) below for instructions on switching to Node.js 12. If you're not using `nodenv`, the best way to install Node.js is to [download the LTS installer from nodejs.org](https://nodejs.org). +You'll need **Node.js v14** to run the site. If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) below for instructions on switching to Node.js 14. If you're not using `nodenv`, the best way to install Node.js is to [download the LTS installer from nodejs.org](https://nodejs.org). Once you've installed Node.js (which includes the popular `npm` package manager), open Terminal and run the following: