From 58bdf901401f1e7ecaa370534064ca565ccd7baf Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Tue, 4 Feb 2020 17:12:05 -0500 Subject: [PATCH] Update Node version in installation docs --- developer_docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_docs/installation.md b/developer_docs/installation.md index 26c477fb..88dd7c23 100644 --- a/developer_docs/installation.md +++ b/developer_docs/installation.md @@ -6,7 +6,7 @@ Follow these instructions to set up your development environment, which you need _Note_: The installation steps assume you are using a Unix-like shell. If you are using Windows, you will need to use `copy` instead of `cp`. -1. Install [node.js](https://nodejs.org/download/release/v10.15.0/) version 10.15.0 which also automatically installs the [npm](https://www.npmjs.org) package manager. +1. Install [node.js](https://nodejs.org/download/release/v11.15.0/) version 11.15.0 which also automatically installs the [npm](https://www.npmjs.org) package manager. 2. [Fork](https://help.github.com/articles/fork-a-repo) the [p5.js Web Editor repository](https://github.com/processing/p5.js-web-editor) into your own GitHub account. 3. [Clone](https://help.github.com/articles/cloning-a-repository/) your new fork of the repository from GitHub onto your local computer.