Skip to content

Commit

Permalink
Add nodejs=20 to the contributing docs (jupyterlab#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Feb 17, 2024
1 parent 156374b commit c7f908d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Due to a compatibility issue with Webpack, Node.js 18.15.0 does not work with Ju
After you have installed the prerequisites, create a new conda environment and activate it.

```
conda create -n jupyter-ai python=3.11
conda create -n jupyter-ai python=3.11 nodejs=20
conda activate jupyter-ai
```

Expand Down

0 comments on commit c7f908d

Please sign in to comment.