Using the current build of dagre.js with Require.js in browser results in errors related to references to graphlib and lodash. I was able to resolve this by building it with the fix from: https://github.com/cpettitt/dagre-d3/pull/103 ``` browserify index.js -s dagre > dist/dagre.js ```