-
### I tried this:
`npx eventcatalog dev` or `npm run dev` on nodes `20.18.0` and `22.5.1`
### This happened:
Each change raises error:
```
[1] 15:08:21 watching for file changes...
[0] node:fs…
-
### Use Case
I generate a library with zod schemas from the events in my Event Catalog. I have a script that reads all `schema.json` in my catalog directory and generate the TS files but I think it w…
-
### I tried this:
I have cloned the [eventcatalog-asyncapi-example](https://github.com/event-catalog/eventcatalog-asyncapi-example) , did a npm install and a npm run generate on the working example w…
-
### I tried this:
I'm running the command "npm run generate".
The data used is the "eventcatalog-asyncapi-example". Cloned the project
### This happened:
It fails with the message:
Processin…
-
### I tried this:
I added an event and a service that consumes the event and displays a NodeGraph
### This happened:
On the service page, the event has `Producers` and `Consumers` at 0
### I expec…
-
### I tried this:
After upgrading from 2.8.12 to 2.9.1 we receive a new error during build of the catalog.
### This happened:
```
@mdx-js/rollup] Expected a closing tag for `` (7:1-7:35)
file: /b…
-
### Use Case
We use EventCatalog in a monorepo, where everything is packaged and stuck into a `dist/{project_path}` dir. This involves running a process and then copying over specific out files/dirs.…
-
### I tried this:
```
link
```
### This happened:
Styles are not applied to my anchor tag, appears as plain old text
### I expected this:
Anchor tags should be u…
-
### I tried this:
We made a custom generator which leverages the SDK to generate a complete catalog. However we encounter an issue when adding multiple services to a domain.
### This happened:
When…
debae updated
1 month ago
-
### I tried this:
Running `npm run dev` fails since version 2.7.10 with error ERR_FS_CP_EINVAL
### This happened:
npm run dev
> plg-event-catalog@0.1.0 dev
> eventcatalog dev
Setting up …