Skip to content

Commit

Permalink
Mention pinned yarn version
Browse files Browse the repository at this point in the history
- There used to be some text in the README explaining
that the yarn version had to match what's in the package.json
This just readds that text.
  • Loading branch information
Luke-Sikina committed Jan 29, 2020
1 parent 5345fa2 commit 0a24f73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Note: you can always check the version of the live instance by checking the vari

## Run

Make sure you have installed the node version specified in [package.json](https://github.com/cBioPortal/cbioportal-frontend/blob/master/package.json). You might want to use NVM to install the particular version.
Make sure you have installed the node version and yarn version specified in
[package.json](https://github.com/cBioPortal/cbioportal-frontend/blob/master/package.json)
under `engines`. You might want to use Node Version Manager and Yarn Version Manager to switch between versions more easily.

Remove old compiled `node_modules` if exists

Expand Down

0 comments on commit 0a24f73

Please sign in to comment.