Skip to content

Commit

Permalink
Merge pull request #3018 from Luke-Sikina/explain-yarn-version
Browse files Browse the repository at this point in the history
Mention pinned yarn version
  • Loading branch information
inodb authored Jan 29, 2020
2 parents 5345fa2 + 0a24f73 commit ac7a5cf
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 ac7a5cf

Please sign in to comment.