You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed this package in my nuxt 3 (v3.13.2) but after building and serving the site I am getting this error:
[nuxt] [request error] [unhandled] [500] fluid is not a function
at ./.output/server/chunks/build/server.mjs:10284:13
at ModuleJob.run (node:internal/modules/esm/module_job:234:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:473:24)
at async ./.output/server/chunks/routes/renderer.mjs:149:24
at async ./.output/server/chunks/routes/renderer.mjs:240:64
at async Object.handler (./.output/server/chunks/routes/renderer.mjs:20:22)
at async Object.handler (./.output/server/chunks/runtime.mjs:3167:19)
at async Server.toNodeHandle (./.output/server/chunks/runtime.mjs:3438:7)
in my tailwind.config.js: import fluid, { extract, screens } from 'fluid-tailwind'
plugins: [fluid({checkSC144: false,}),],
When I run yarn dev it works as expected. Any idea why and how to solve this issue?
The text was updated successfully, but these errors were encountered:
I installed this package in my nuxt 3 (v3.13.2) but after building and serving the site I am getting this error:
in my tailwind.config.js:
import fluid, { extract, screens } from 'fluid-tailwind'
When I run
yarn dev
it works as expected. Any idea why and how to solve this issue?The text was updated successfully, but these errors were encountered: