cytoscape / cytoscape.js-dagre

The Dagre layout for DAGs and trees for Cytoscape.js
MIT License
250 stars 83 forks source link

error #48

Closed shinji7800 closed 4 years ago

shinji7800 commented 4 years ago

hello I don't succeed to use dagre layout I have this error

image

no issue with others like cola

best regards

please forgive my approximate English I'm not ...

shinji7800 commented 4 years ago

at the end of initialisation dagre from var dagre = __webpack_require__(4); seems to not defined

module section has :

/* 4 */
/***/ (function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_4__;

/***/ })

while

var defaults = __webpack_require__(2);
var assign = __webpack_require__(1);

are correctly defined

hope it helps

shinji7800 commented 4 years ago

my bad, dependency was missing ! sorry