hello
I did a git clone GitHub - camunda/camunda-modeler: An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
cd camunda-modeler
git checkout v1.3.2
upon doing a npm install, I get the following error:
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
Am I missing something ?
Thanks in advance !