Skip to content

Commit de6e90f

Browse files
committed
Update node version as per review comments
1 parent ea48d36 commit de6e90f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can contribute to the project through:
2929

3030
Development requires:
3131

32-
- `nodejs` 12+
32+
- `nodejs` 10.12+
3333
- `python` 3.6+
3434
- `jupyterlab` 2
3535

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You will need to have all of the following installed:
7979

8080
- JupyterLab >=2.2.0,<3.0.0a0
8181
- Python 3.6+
82-
- nodejs 12+
82+
- nodejs 10.12+
8383

8484
## Installation
8585

docs/Installation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"\n",
6565
"- runs in your browser, as an extension to JupyterLab\n",
6666
"- to install it, you need:\n",
67-
" - `nodejs >=12`\n",
67+
" - `nodejs >=10.12`\n",
6868
" - `jupyterlab {REQUIRED_JUPYTERLAB}`\n",
6969
"\n",
7070
"#### Language Servers\n",

0 commit comments

Comments
 (0)