I am trying to fix an issue in the open source library Apex Charts. I followed the steps on the official GitHub site. After making a new demo project and using npm link apexcharts
I was able to run the demo project using the Apex Charts library. However when I tried to use the React Apex Chart module with import ReactApexChart from "react-apexcharts"
node could not find the requested module. I probably need an extra step to run the react version of this library but I do not know how. Any help would be welcome since this is my first time trying to fix an open source issue.