You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you clearify where you are need matching deps? I'm using ng2-charts with angular 18 because the peerDependencies are using >=17.0.0 and not ^ or ~.
Reproduction of the problem
I am unable to build a project using ng-charts when Angular is bumped to 18 from 17.
Here is the error:
As you can see, the error is inside
ng-charts.provider.d.ts
and is not related to my code in any way.There is no such thing as
chart.js/dist/types
:There is a file called utils.d.ts under here:
chart.js\types\
Have you tried using Angular 18 with ng-charts? It seems that a bump from 17->18 was the most breaking, we had other issues as well.
The text was updated successfully, but these errors were encountered: