Open
Description
The tool https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades uses an NPM package internally, and it is supposed to be installed automatically but for some reason it may not happen for certain users.
The fix is to simply install it manually:
npm install @openzeppelin/upgrades-core@latest -g
but this should not be required.