-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a733d87
commit dd08bd2
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|