Error on YARN START
Closed this issue · 2 comments
exlnt commented
I followed the steps in your guide exactly and soon as I run YARN START I get the following error.
`Failed to compile.
./node_modules/react-apexcharts/dist/react-apexcharts.min.js
Module not found: Can't resolve 'apexcharts/dist/apexcharts.common' in 'D:\Development\UI-Templates\sofia-react-template\node_modules\react-apexcharts\dist'`
Steps to reproduce:
- Git clone the repo
- YARN (Install all dependencies)
- YARN START
kf1994 commented
yarn add react-apexcharts apexcharts
yurykurylovich commented
Thanks for the feedback, @exlnt
The problem has been resolved. I added the required library and updated the existing charts libs.