Skip to main content
New project sponsor 🪝Hookdeck: Serverless infrastructure for event-driven architecture. Learn more.

Upgrading EventCatalog

To upgrade your EventCatalog you can find the packages @eventcatalog/core your package.json file.

{
"name": "my-catalog",
"version": "0.0.1",
"private": true,
"scripts": {
...
},
"dependencies": {
"@eventcatalog/core": "2.4.0"
}
}

Once you upgrade the version number, run npm install or yarn to install the latest updates.

tip

If you don't see the changes you expect, try removing the .eventcatalog-core folder, node_modules folder and install fresh again.

Having problems?

Trying to upgrade and having issues? Try these steps

  1. Delete node_modules folder
  2. Delete .eventcatalog-core folder
  3. Delete package-lock.json (if you have one).
  4. Run npm run i
  5. Verify if issues are fixed

Still having issues?

  1. Raise an issue on GitHub about your problems and how to replicate it.
  2. Or join our Discord and add your problem to the Bugs channel.