From 72a611a8336c650e2de755185d3d4b85be7afdb2 Mon Sep 17 00:00:00 2001 From: ecerami Date: Fri, 31 Jan 2020 10:55:41 -0500 Subject: [PATCH] Added links to nvm and yvm; this might help new developers --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37b1c534199..28e19535e54 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,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 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. +[package.json](https://github.com/cBioPortal/cbioportal-frontend/blob/master/package.json). + +**Tip:** You might want to use [nvm: Node Version Manager](https://github.com/nvm-sh/nvm) and [yvm: Yarn Version Manager](https://yvm.js.org/docs/overview) to switch between versions more easily. Remove old compiled `node_modules` if exists