Discussed in #16250
Originally posted by manjindersarkaria February 4, 2025
Is anyone facing issues with Vite? I installed @tailwindcss/vite as a dependency following the documentation. Then, in vite.config.ts, I added the import:
import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
plugins: [tailwindcss()],
});
However, I’m getting an error saying that the module @tailwindcss/vite could not be found. Has anyone encountered this issue before or found a solution?
Discussed in #16250
Originally posted by manjindersarkaria February 4, 2025
Is anyone facing issues with Vite? I installed
@tailwindcss/viteas a dependency following the documentation. Then, invite.config.ts, I added the import:However, I’m getting an error saying that the module
@tailwindcss/vitecould not be found. Has anyone encountered this issue before or found a solution?