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
Currently noflo-ui uses * to reference other noflo dependencies and the-grid/the-graph dependencies. This is problematic for building old versions of noflo-ui, or maintaining noflo-ui forks.
Would it be possible to start referring to referenced libraries by precise or at least approximate version numbers?
I recently ran into this issue building a noflo-ui version that was only a few weeks old.
The text was updated successfully, but these errors were encountered:
I'm closing this issue as it looks like the noflo-ui is still very much in flux and stable versions aren't an important goal for them yet.
We're maintaining a
stable build at http://app.flowhub.io/ so generally there should be no
reason to build your own unless you want to develop noflo-ui itself.
The three projects that need stable references are the-graph, the-card and
the-panel, everything else seems to have a static reference (eg 0.2.4 etc.).
I'm currently using commit references in my project, I just have to
manually update them when we pull in more noflo changes.
Currently noflo-ui uses
*
to reference other noflo dependencies and the-grid/the-graph dependencies. This is problematic for building old versions of noflo-ui, or maintaining noflo-ui forks.Would it be possible to start referring to referenced libraries by precise or at least approximate version numbers?
I recently ran into this issue building a noflo-ui version that was only a few weeks old.
The text was updated successfully, but these errors were encountered: