Open marnelfr opened 4 years ago
react-css-transition-group is not in the npm registry. I installed react-addons-css-transition-group but still have the above error
I am also facing the same issue
"react": "^17.0.2",
"react-transition-group": "^4.4.2",
"react-addons-css-transition-group": "^15.6.2",
"cake-chart": "^0.2.3",
Encountered something similiar, fixed with cd node_modules/cake-chart
and npm add @babel/runtime
ooh boy, completely forgot this thing exists
Error when trying to set up cake-chart. Help, please