Hi i am facing an issue with open ApexCharts
it throws an error
`The module or file ApexCharts can’t be found.
- If it’s a third-party dependency:
- Did you list it in bsconfig.json?
- Did you run
rescript build
instead ofrescript build -with-deps
(latter builds third-parties)?
- Did you include the file’s directory in bsconfig.json?ReScript`
I have ran npm install --save react-apexcharts apexcharts
Any help would be really appreciated