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
Following the instructions in CONTRIBUTING.md, I cloned master, ran npm install, and began loading HTML files in "Chromium 58.0.3029.81 (Developer Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit)." The exact revision of nomnoml I tested is 9955b94.
When loading one of the HTML files described in CONTRIBUTING.md called test/requirejs.usecase.html I got the following error:
Uncaught TypeError: Cannot read property 'Digraph' of undefined
at layoutCompartment (nomnoml.js:1282)
at Kn (lodash.min.js:9)
at Function.<anonymous> (lodash.min.js:29)
at layoutClassifier (nomnoml.js:1321)
at Kn (lodash.min.js:9)
at Function.<anonymous> (lodash.min.js:29)
at layoutCompartment (nomnoml.js:1280)
at Object.nomnoml.layout (nomnoml.js:1328)
at parseAndRender (nomnoml.js:1580)
at Object.nomnoml.draw (nomnoml.js:1588)
The text was updated successfully, but these errors were encountered:
Following the instructions in
CONTRIBUTING.md
, I cloned master, rannpm install
, and began loading HTML files in "Chromium 58.0.3029.81 (Developer Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit)." The exact revision of nomnoml I tested is 9955b94.When loading one of the HTML files described in
CONTRIBUTING.md
calledtest/requirejs.usecase.html
I got the following error:The text was updated successfully, but these errors were encountered: