Pārlūkot izejas kodu

Merge pull request #4901 from claresloggett/contributing-docs

Specify the latest Node version <10 in instructions
Ian Rose 6 gadi atpakaļ
vecāks
revīzija
1a60f7aec4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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<10'
 ```
 
 If you use [Homebrew](http://brew.sh/) on Mac OS X: