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
The reason will be displayed to describe this comment to others. Learn more.
@Moha-Elhas
I've sent your commits to a new branch as main should stay stable.
I'm getting the following issue when running npm install:
# npm resolution error report
While resolving: [email protected]
Found: [email protected]
node_modules/chart.js
chart.js@"^4.4.3" from the root project
Could not resolve dependency:
peer chart.js@"=> ^3.1.0" from [email protected]
node_modules/vue-chart-3
vue-chart-3@"^3.1.8" from the root project
Conflicting peer dependency: [email protected]
node_modules/chart.js
peer chart.js@"=> ^3.1.0" from [email protected]
node_modules/vue-chart-3
vue-chart-3@"^3.1.8" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
953a439
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Moha-Elhas
I've sent your commits to a new branch as main should stay stable.
I'm getting the following issue when running
npm install
: