nasa / openmct-tutorial

A tutorial for OpenMCT that guides you through integrating historical and realtime telemetry.
Other
246 stars 104 forks source link

Update Tutorials #41

Closed RyanProffitt closed 3 years ago

RyanProffitt commented 4 years ago

Hi, it's been a little over 2 years since the last release. Just wondering, are these tutorials still relevant for the latest version of the OpenMCT API?

It seems that the tutorial's method for plugin creation does not play well with the latest OpenMCT release. When I try to practically apply the strategy on a forked version of that repo, all I get are 404 errors for HTML and my newly created plugin.

Is there an API guide or any updated tutorials that I am missing?

Thanks!

frunkad commented 4 years ago

Installing the tutorial currently results in several NPM errors.

ilhamije commented 3 years ago

Hi, I have this error when running the npm install Error git dep preparation failed

It turns out that the installation failed when installing OpenMCT from github repository. I did a workaround, so installation would be like :

khalidadil commented 3 years ago

@akhenry I ran into this same issue when setting this up and was able to solve it using what @ilhamije did

akhenry commented 3 years ago

Thanks for reporting everyone.

@jvigliotta Let's switch the tutorial to use our NPM build as a dependency, instead of building out of GitHub

jvigliotta commented 3 years ago

Thanks everyone, we've updated our dependency to our NPM package. This should alleviate those git errors during installation. If any other issues come up please let us know in a new issue. We'll also be taking a look at how our tutorial is holding up 2 years in and making any needed updates.