You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
When updating the minimum required dependency for a plugin several errors happen.
First we get a not satisfied error which is solved by deleting the lock file. Then we get a package digest mismatch error which is solved by clearing the downloads cache (upm clean downloads).
To test this bump a plugin version in site.toml for a project that has a site.lock file that is up to date.
Just tested going from std::core@^5 to std::core@^5.0.1.
The text was updated successfully, but these errors were encountered:
When updating the minimum required dependency for a plugin several errors happen.
First we get a not satisfied error which is solved by deleting the lock file. Then we get a package digest mismatch error which is solved by clearing the downloads cache (
upm clean downloads
).To test this bump a plugin version in
site.toml
for a project that has asite.lock
file that is up to date.Just tested going from
std::core@^5
tostd::core@^5.0.1
.The text was updated successfully, but these errors were encountered: