Przeglądaj źródła

Update node requirements

Afshin T. Darian 5 lat temu
rodzic
commit
0911f8f948
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      dev_mode/package.json
  3. 1 1
      jupyterlab/staging/package.json

+ 1 - 1
CONTRIBUTING.md

@@ -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. The development version requires Node.js version 12+.
+Building JupyterLab from its GitHub source code requires Node.js. The development version requires Node.js version 10+.
 
 If you use `conda`, you can get it with:
 

+ 1 - 1
dev_mode/package.json

@@ -184,7 +184,7 @@
     "react-dom": "~16.9.0"
   },
   "engines": {
-    "node": ">=6.11.5"
+    "node": ">=10.0.0"
   },
   "jupyterlab": {
     "name": "JupyterLab",

+ 1 - 1
jupyterlab/staging/package.json

@@ -184,7 +184,7 @@
     "react-dom": "~16.9.0"
   },
   "engines": {
-    "node": ">=6.11.5"
+    "node": ">=10.0.0"
   },
   "jupyterlab": {
     "name": "JupyterLab",