From ece5de699ad7a51785bc37d6c93dda82e0256e41 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Thu, 17 Jun 2021 20:53:27 +0200 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node needs be v14.x not greater. If installing the standard version ‘brew install node’, both ‘yarn’ and ‘code-server’ (release version) complains. Newest version is v16.x so we are pretty far behind. --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 216b3ebf..307f5bc0 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -35,7 +35,7 @@ The prerequisites for contributing to code-server are almost the same as those f [VS Code](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites). There are several differences, however. Here is what is needed: -- `node` v14.x or greater +- `node` v14.x - `git` v2.x or greater - [`yarn`](https://classic.yarnpkg.com/en/) - used to install JS packages and run scripts