Closed ralphhanna closed 11 months ago
I just sleep for 8.5 hours.
TBH, I only played setup
and start
. I will look at rest of scripts.
Sorry, this is fixed now, now worries
Seems you did not write these code? Are you also discovering tech relics?
I'm learning now
All these import { BPMNServer, DefaultAppDelegate, Logger } from "./";
should change from "./"
to "bpmn-server"
The problem with that is in WorkflowApp/test/feature files do not work with the package.json definition of 'bpmn-server'. So it is much easier to mention 'bpmn-server' once only and let other files use refer to so. So If I have to debug locally, just change one file 'index' Thanks
Still having problems with test
npm run test
Why you change require("../../")
to require("./")
? Does it work?
I would change them to require("bpmn-server")
instead
Fixed in #11 , which is based on #10
fixed
Thanks so much for all your great work,
I have applied all PRs -removed tools folder -added INSTALL* files -added some required .js files
But still get many errors in running.
When I run node dist\app I get error
But node dist\app get also errors