Skip to content

Commit

Permalink
Install yarn<3 in dev env (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jun 15, 2023
1 parent cf25b66 commit 5de8473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contribute.rst
Expand Up @@ -31,7 +31,7 @@ First, you need to fork the project. Then setup your environment:
.. code-block:: bash
# create a new conda environment
conda create -n voila -c conda-forge notebook jupyterlab nodejs yarn pip
conda create -n voila -c conda-forge notebook jupyterlab nodejs "yarn<3" pip
conda activate voila
# download voila from your GitHub fork
Expand Down

0 comments on commit 5de8473

Please sign in to comment.