Trying to run bpmn master as node js app

HI All

I downloaded the source for bpmn web modeler and when running getting error

node_modules\diagram-js\node_modules\snapsvg\dist\snap.svg.js:35
}(window || this, function (window, eve) {
^

ReferenceError: window is not defined
at Object. \node_modules\diagram-js\node_modules\snapsvg\dist\snap.svg.js:35:3)
at Module._compile (module.js:413:34)
at Object.Module._extensions…js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object. (node_modules\diagram-js\vendor\snapsvg.js:3:32)
at Module._compile (module.js:413:34)
at Object.Module._extensions…js (module.js:422:10)

Can any one please help me

Hi @manoj,

can you give us a bit more context? How did you try to run the project? Did you follow the steps in the readme?

Guess, this is duplicate of this topic.