Skip to content

Commit

Permalink
Merge pull request #7479 from austinbrian/update-node-version-docs
Browse files Browse the repository at this point in the history
Update Contribution Guide to require node v12+
  • Loading branch information
blink1073 committed Nov 6, 2019
2 parents 172e664 + f8cc248 commit a09c3f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -69,7 +69,7 @@ You can launch a binder with the latest JupyterLab master to test something (thi

### Installing Node.js and jlpm

Building JupyterLab from its GitHub source code requires Node.js.
Building JupyterLab from its GitHub source code requires Node.js. The development version requires Node.js version 12+.

If you use `conda`, you can get it with:

Expand All @@ -85,6 +85,12 @@ brew install node

You can also use the installer from the [Node.js](https://nodejs.org) website.

To check which version of Node.js is installed:

```bash
node -v
```

## Installing JupyterLab

JupyterLab requires Jupyter Notebook version 4.3 or later.
Expand Down

0 comments on commit a09c3f6

Please sign in to comment.