Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. npm ERR! code ERESOLVE
  2. npm ERR! ERESOLVE could not resolve
  3. npm ERR!
  4. npm ERR! While resolving: @angular/material@13.0.3
  5. npm ERR! Found: @angular/cdk@13.1.3
  6. npm ERR! node_modules/@angular/cdk
  7. npm ERR! @angular/cdk@"^13.1.3" from the root project
  8. npm ERR!
  9. npm ERR! Could not resolve dependency:
  10. npm ERR! peer @angular/cdk@"13.0.3" from @angular/material@13.0.3
  11. npm ERR! node_modules/@angular/material
  12. npm ERR! @angular/material@"^13.0.3" from the root project
  13. npm ERR!
  14. npm ERR! Conflicting peer dependency: @angular/cdk@13.0.3
  15. npm ERR! node_modules/@angular/cdk
  16. npm ERR! peer @angular/cdk@"13.0.3" from @angular/material@13.0.3
  17. npm ERR! node_modules/@angular/material
  18. npm ERR! @angular/material@"^13.0.3" from the root project
  19. npm ERR!
  20. npm ERR! Fix the upstream dependency conflict, or retry
  21. npm ERR! this command with --force, or --legacy-peer-deps
  22. npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
  23. npm ERR!
  24. npm ERR! See /home/peter/.npm/eresolve-report.txt for a full report.
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement