<div dir="ltr">Meant to reply to the whole list but did not...<br><br>...  In the end, the issue
 was mentioned on the BuildBot docs on hacking the UI:<br><br><ul><li><a href="http://docs.buildbot.net/latest/developer/www-base-app.html">http://docs.buildbot.net/latest/developer/www-base-app.html</a></li></ul><p>"Note Buildbot UI is only tested to build on node 4.x.x.
There are known issues with node 5.x.x and especially npm 3.x.x. (<a class="" href="http://trac.buildbot.net/ticket/4496">bug #4496</a>)."</p><p>That note is missing from another very similar page for what appears to be the same version:</p><ul><li><a href="http://bb.mawhrin.net/developer/www.html">http://bb.mawhrin.net/developer/www.html</a><br></li></ul><p>anyway, after reverting my node and npm version to the recommended older ones, and running:</p><pre>pip install --editable pkg
pip install --editable master/
make frontend<br><br></pre><pre>Everything seems to build and there are no more UI errors at runtime.<br><br></pre><pre>Best,  Joe<br></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 22, 2016 at 5:50 PM, . <span dir="ltr"><<a href="mailto:joes.mailing.lists@gmail.com" target="_blank">joes.mailing.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br></div> I am trying to do a new source install of the latest buildbot revision from GitHub, and I seem to be running into a problem related to the web frontend and 'guanlecoja-ui'.<br><br></div> It appears that I have successfully installed all components from the repository, then I start buildbot in the normal fashion:<br><br></div><span style="font-family:monospace,monospace">$ buildbot start master<br></span><br></div>  And the try to visit the default page at localhost:8010<br><br></div>The page however, is completely blank.  If I open up the web console, I see some kind of Angular related error:<br><br>--------------<br><span style="font-family:monospace,monospace">Error: [$injector:modulerr] Failed to instantiate module app due to:<br>[$injector:modulerr] Failed to instantiate module waterfall_view due to:<br>[$injector:modulerr] Failed to instantiate module guanlecoja.ui due to:<br>[$injector:nomod] Module 'guanlecoja.ui' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.</span><br>--------------<br><br></div>I have tried to install 'guanlecoja-ui' every way I can think of, from the repo, using npm, using the source, using gulp, etc, etc, but no matter what I do I end up with this error.<br><br></div>I am running everything on a fresh VirtualBox VM with Ubuntu 14.04.<br><br></div>Any insights on how/where I can make this module available would be very much welcome!  I assume I am making some foolish mistake with the configuration.<br><br></div>Best,<br></div> Joe<br></div>
</blockquote></div><br></div>