Parcourir la source

Specify the latest Node version <10 in instructions

Clare Sloggett il y a 6 ans
Parent
commit
ec725952f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -44,7 +44,7 @@ Building JupyterLab from its GitHub source code requires Node.js version
 If you use `conda`, you can get it with:
 
 ```bash
-conda install -c conda-forge nodejs
+conda install -c conda-forge nodejs=9.11.1
 ```
 
 If you use [Homebrew](http://brew.sh/) on Mac OS X: