Create Camunda Modeler excutable

Hi,

I have made some changes to the Camunda Modeler source code.
I need to compile these changes and create an executable.

I am using Electron to create the executable,this is throwing me an exception
=== 'Error: Cannot find module ‘dialog’

I have attached the trace and package.json file

package.json (3.2 KB)

trace1.txt (2.3 KB)

Hi deepti,

there are some known issues when the modeler is built using npm v3+. Could you try to build it with an older version of npm (for example v2.15.12)?

was this resolved using npm older version?

Please open a new thread in case you have questions.