From dd08bd2280307ffd768ddf8332e04aceb8410556 Mon Sep 17 00:00:00 2001 From: Dakota Blair Date: Fri, 17 May 2024 11:32:52 -0400 Subject: [PATCH] Make nvm suggestion more prominent. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbe98919..186a87fa 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,11 @@ for this project in [`docs/adrs`](docs/adrs). ## Getting Started -First clone the repository into your working directory: +Ensure that your node version matches the version specified in `.nvmrc`. We +recommend using [`nvm`](https://github.com/nvm-sh/nvm) to manage your node +versions. Run `nvm install` to install and use the node version from `.nvmrc`. + +Clone the repository into your working directory: ```sh git clone git@github.com:kbase/ui.git @@ -51,9 +55,6 @@ npm start ### Troubleshooting -- Ensure that your node version matches the version specified in `.nvmrc`. -We recommend using [`nvm`](https://github.com/nvm-sh/nvm) to manage your node -versions. Run `nvm install` to install and use the node version from `.nvmrc`. - If you receive the following error message after running `npm start`: `Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.` then you may need to set the following environment variable: