themesberg / themesberg/flowbite
Error in Tailwind Config for Charts
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 862
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to follow the installation from this link for the Charts
Tailwind CSS Chart - Flowbite
and tried adding plugins: [
require('flowbite/plugin')({
charts: true,
}),
// ... other plugins
]
but I got this error
[plugin:vite:css] [postcss] require(...) is not a function
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Tailwind CSS Chart getting-started instructions and the Tailwind config plugin entry shown in the issue; reproduce the setup with Vite and PostCSS. Done means the configuration loads without the require(...) is not a function error and the charts plugin can be enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, tailwindcss
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100