Closed RyanProffitt closed 3 years ago
Installing the tutorial currently results in several NPM errors.
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 :
@akhenry I ran into this same issue when setting this up and was able to solve it using what @ilhamije did
Thanks for reporting everyone.
@jvigliotta Let's switch the tutorial to use our NPM build as a dependency, instead of building out of GitHub
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.
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!