Skip to content

Commit

Permalink
Merge pull request #149 from alanderex/main
Browse files Browse the repository at this point in the history
Yarn version
  • Loading branch information
hbcarlos authored Jun 1, 2023
2 parents 0b1fc45 + 1fb50f2 commit 36e16e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ First of all, clone quetz and quetz-frontend, create a conda environment using t
# Create an environment
mamba env create -f quetz/environment.yml
conda activate quetz
mamba install -c conda-forge nodejs=16 yarn=1.21
mamba install -c conda-forge nodejs=16 yarn=1.22
```

#### Install Quetz in dev mode
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
dependencies:
- quetz
- nodejs=16
- yarn
- yarn=1.22

0 comments on commit 36e16e5

Please sign in to comment.