Reinstalling Snap Store Failure

So I was debugging a snap-store issue where snap-store wasn’t installing packages. One of the recommended things was to reinstall. So I did a sudo snap remove snap-store and now a snap install snap-store but I’m getting the following error:

> sudo snap install snap-store
error: cannot perform the following tasks:
- Run configure hook of "snap-store" snap if present (run hook "configure": /snap/snap-store/518/snap/command-chain/hooks-configure-desktop: line 43: /snap/snap-store/518/gnome-platform/usr/bin/fc-cache: No such file or directory)

It’s trying to look for things that don’t yet exists because it hasn’t installed. Trying to install with --classic also fails.