Skip to content

Commit

Permalink
Make nvm suggestion more prominent.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotablair committed May 17, 2024
1 parent a733d87 commit dd08bd2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:kbase/ui.git
Expand All @@ -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:
Expand Down

0 comments on commit dd08bd2

Please sign in to comment.