Hi,
I've tried to upgrade from v2024.9.1 to v2024.12.0 and there is an error message when I execute
git checkout 2024.12.0
error: Your local changes to the following files would be overwritten by checkout:
package-lock.json
package.json
Please commit your changes or stash them before you switch branches.
Aborting
I'm how to proceed in this case. I'm not aware that I've changed the package.json manually.
How someone an Idea what to try in this case?
Thanks.