I want to run bpmn in localhost. After browsing whole day, I tried this steps
- install nodejs
- npm install bpmn-js // in cmd
After this don't know want to do.
also tried
- downloading bpmn example files
- saved it in local path and opened "localhost/bpmn-js-examples-master/properties-panel/app" in chrome.
and getting error in console => "Uncaught ReferenceError: require is not defined"
To solve this I have include require.js file to index.html ( inside "localhost/bpmn-js-examples-master/properties-panel/app" )
but now getting new console error => "Uncaught Error: Module name "fs" has not been loaded yet for context: _. Use require([])"
Please, anyone help me with this.