event-driven-io / emmett

Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
191 stars 18 forks source link

Cannot use inMemoryEventstore in Browser #64

Closed dilgerma closed 5 months ago

dilgerma commented 5 months ago

TypeError: (0 , crypto__WEBPACK_IMPORTED_MODULE_1__.randomUUID) is not a function

relying on some node modules

dilgerma commented 5 months ago

Sample: https://github.com/dilgerma/eventsourcing-prototype/tree/emmet-64

Just do:

npm install npm run dev

open localhost:3000

Error comes on first render.