We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@openzeppelin/upgrades-core
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.
The text was updated successfully, but these errors were encountered:
Using UnsafeUpgrade for tests help with this issue a bit, but for deployment / upgrades we need it nevertheless
UnsafeUpgrade
Sorry, something went wrong.
No branches or pull requests
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:
but this should not be required.
Related
The text was updated successfully, but these errors were encountered: