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
- Delete
node_modules
folder - Delete
.eventcatalog-core
folder - Delete
package-lock.json
(if you have one). - Run
npm run i
- Verify if issues are fixed
Still having issues?
- Raise an issue on GitHub about your problems and how to replicate it.
- Or join our Discord and add your problem to the Bugs channel.