Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/requirejs.usecase.html error: Cannot read property 'Digraph' of undefined #58

Closed
hdon opened this issue May 1, 2017 · 2 comments
Closed

Comments

@hdon
Copy link

hdon commented May 1, 2017

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)
@skanaar
Copy link
Owner

skanaar commented May 2, 2017

How does the adoption of require.js look out in the wild? I would like to drop support so that the testing burden is decreased.

@skanaar
Copy link
Owner

skanaar commented Nov 16, 2018

I am dropping support for RequireJS. Goodbye!

@skanaar skanaar closed this as completed Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants