I am newbie of node and npm.I have started working on open source javascript workflow bpmn engine, but unable to execute or get the result of the project.Step 1: cloned the project from the bpmn-engine ( https://github.com/paed01/bpmn-engine) using VS CodeStep 2: Install node using command prompt > node installStep 3: npm teststep 4: mocha Test Succeed in the command prompt but unable to see the output.Confusion1 : Unable to see any html file or build command, How to get the expected output of the BPMN-engine tool.{"name": "bpmn-engine","description": "BPMN 2.0 execution engine. Open source javascript workflow engine.","version": "8.6.0","main": "index.js","repository": {"type": "git","url": "git://github.com/paed01/bpmn-engine"},"author": {"name": "Pål Edman","url": "https://github.com/paed01"},"engines": {"node": ">=10"},"files": ["lib/","types/","index.js"],"scripts": {"test": "mocha -R dot","posttest": "eslint . --cache && npm run toc","wintest": "node_modules/.bin/mocha","toc": "node scripts/generate-api-toc ./docs/API.md,./docs/Examples.md","test-md": "node scripts/test-markdown.js ./docs/API.md && node scripts/test-markdown.js ./docs/Examples.md"},"keywords": ["workflow","engine","process","automation","bpmn","bpmn 2"],"license": "MIT","licenses": [{"type": "MIT","url": "https://github.com/paed01/bpmn-engine/master/LICENSE"}],"nyc": {"exclude": ["test"]},"devDependencies": {"bent": "^7.0.4","camunda-bpmn-moddle": "^4.3.0","chai": "^4.1.2","coveralls": "^3.0.9","eslint": "^6.7.2","markdown-toc": "^1.2.0","mocha": "^6.2.2","mocha-cakes-2": "^3.3.0","nock": "^11.7.0","nyc": "^14.1.1","unnecessary": "^1.3.4"},"dependencies": {"bpmn-elements": "^0.12.1","bpmn-moddle": "^6.0.0","debug": "^4.1.1","moddle-context-serializer": "^0.13.0","smqp": "^1.11.1"}}Could any one please help me to execute or run the oputput.
Submitted May 08, 2020 at 07:18AM by arindam_ghosh
No comments:
Post a Comment