I want to add the Minimap to my bpmn modeler.
I have followed all the steps described here
When I try running the modeler I currently get this error : Uncaught Error: Cannot find module 'diagram-js-minimap’
It seems that the node_module for diagram-js-minimap is present in the project as you can see bellow
Does anyone why this is happening ?
Thank you,
Patrick
Yes, the example is running fine. But I want to import it in my “custom” modeler(which I enhanced with a few features).
That is what I was trying to achieve, but failed