Hello, I'm new to Astro and trying to use the Astro wind theme (https://astro.build/themes/details/astrowind/). When I run dev everything works as expected however when I try to run the build this error is thrown:
throw new Error(`[astro-icon] Unable to load icon "${name}"!
Error: [astro-icon] Unable to load icon "tabler:info-square"!
Error: Unknown builtin plugin "cleanupIDs" specified.
I'm unable to preview the build and running localhost:3000 results in 404 not found.
Can anybody explain to me what is happening here and how I might resolve this?
Thank you!