Module loader hooks not supported

I am trying to start making a frontend for a website with sveltekit using deno, but when I try to run
deno run dev
for the first time it says that module loader hooks aren't supported. The error gives a path in the
node_modules
to tailwindcss, but when I try to run another project with sveltekit and tailwindcss and deno, it works perfectly fine? What is going on?
Was this page helpful?