The frontend npm project has a broken dependency resolution due to the react-charts package. This means that the project dependencies have to be installed with the --force option. I am considering the following options:
Find an alternative for react-charts (preferred)
Remove the statistics page entirely (very easy)
Just accept the broken dependency resolution and hope they fix it some day
Create a fork of react-charts that doesn't have this Issue
The frontend npm project has a broken dependency resolution due to the
react-charts
package. This means that the project dependencies have to be installed with the--force
option. I am considering the following options:react-charts
(preferred)react-charts
that doesn't have this Issue