Problem resolving imports from tailwindcss npm package
I'm having a problem with Deno 2 resolving imports from the
tailwindcss npm package. I've included my code as an example below. I have the following task and imports in a deno.json file:
I have the following tailwind.config.ts:
I run the deno task with: deno task tailwind, and I receive the following error: Error: Cannot find module 'tailwindcss/defaultTheme.js'.0 Replies