You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webgme-cli should complain when given a command it doesn't understand. Although it does nothing with the "install" request, it doesn't complain either and so one wonders if it did anything or not.
Now, webgme/sysml doesn't expose a plugin named "sysml" and so this slightly more exciting phrase does something but then fails in the end.
Then, if I try:
webgme import plugin SysMLImporter webgme/sysml
I do get a successful command execution. However, I then don't see evidence of the new importer in a new blank project.
It's all due to stupid pilot errors but some kickstart jumpstart howto documentation would be good.
(Videos are sweet but sometimes some concise and expressive text makes the point more quickly.)
The plugin (and originating project) will be in node_modules/ and the webgme config will be automatically updated so the server knows where to find the imported plugin. This info is recorded in webgme-setup.json (though it is not intended to be hand-edited).
Good point on the failing silently on invalid "install" command. I made an issue for it here
Please document whether or not this DSML can be mixed into an existing webgme installation with some command like
The text was updated successfully, but these errors were encountered: