I have cloned the Camunda Modeler project and am trying to build the darwin distribution.
The build works fine with no errors and produces a Camunda Modeler.app however as soon as I run it I get the following error:
Uncaught Exception:
Error: Cannot find module ‘concat-map’
at Module._resolveFilename (module.js:438:15)
at Function.Module._resolveFilename (/Users/gharley/Dev/camunda-modeler/distro/Camunda Modeler-darwin-x64/Camunda Modeler.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
If I run the grunt auto-build in development, the modelr appears to be working correctly.
Any ideas?
Thanks,
Greg