Skip to content

Commit 5de8473

Browse files
Install yarn<3 in dev env (#1328)
1 parent cf25b66 commit 5de8473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ First, you need to fork the project. Then setup your environment:
3131
.. code-block:: bash
3232
3333
# create a new conda environment
34-
conda create -n voila -c conda-forge notebook jupyterlab nodejs yarn pip
34+
conda create -n voila -c conda-forge notebook jupyterlab nodejs "yarn<3" pip
3535
conda activate voila
3636
3737
# download voila from your GitHub fork

0 commit comments

Comments
 (0)