Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Fix plugin upgrade process #452

Open
tmpfs opened this issue Feb 7, 2021 · 0 comments
Open

Fix plugin upgrade process #452

tmpfs opened this issue Feb 7, 2021 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@tmpfs
Copy link
Collaborator

tmpfs commented Feb 7, 2021

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.

@tmpfs tmpfs self-assigned this Feb 7, 2021
@tmpfs tmpfs added the Bug Something isn't working label Feb 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant