Error installing dependencies with new version of opensaas

Hello guys. Having this issue when i started a new project with the opensaas. Got this:

123 error code ERESOLVE
124 error ERESOLVE unable to resolve dependency tree
125 error
126 error While resolving: opensaas@undefined
126 error Found: apexcharts@3.54.1
126 error node_modules/apexcharts
126 error   apexcharts@"^3.41.0" from the root project
126 error
126 error Could not resolve dependency:
126 error peer apexcharts@">=4.0.0" from react-apexcharts@1.6.0
126 error node_modules/react-apexcharts
126 error   react-apexcharts@"^1.4.1" from the root project
126 error
126 error Fix the upstream dependency conflict, or retry
126 error this command with --force or --legacy-peer-deps
126 error to accept an incorrect (and potentially broken) dependency resolution.

That is a more detailed log i got from the npm logs files. I know it have something to d with resolving dependencies and i have faced it before in other environments. But since in wasp its cli commands takes care of installing i wonder how one should approach such thing? And if someone faced something similar with opensaas lately before i get to spend time on it. I tried to update the version of the package but no success.
Was this page helpful?