Skip to content

Commit

Permalink
Updated README.md to include workaround for issue as noted in #427.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesh88 authored and ozyx committed Oct 30, 2024
1 parent b37a695 commit ca0f864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ npm start
This should build the example, and launch a web browser with Open MCT connected to a locally running YAMCS server. By
default it is configured to connect to the "myproject" instance provided in the [YAMCS QuickStart](https://github.com/yamcs/quickstart) server.

> #### IMPORTANT NOTE
> If Open MCT version issues are encountered with `npm run build:example`, try using `npm run build:example:master` to force usage of the latest version of Open MCT.
### Testing

This project is using the openmct-e2e-as-a-dependency model. For getting started with our tests, please see [our README](./tests/README.md)
Expand Down

0 comments on commit ca0f864

Please sign in to comment.