"Build and Previes site" check failure on a pull request

Can anyone assist me with why this check is failing?
Link : pr link

The logs that I am getting are

Run npm install
  npm install
  npm run noIndex
  shell: /usr/bin/bash -e {0}
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @fullcalendar/google-calendar@6.0.2
npm ERR! Found: @fullcalendar/core@6.1.5
npm ERR! node_modules/@fullcalendar/core
npm ERR!   peer @fullcalendar/core@"~6.1.5" from @fullcalendar/interaction@6.1.5
npm ERR!   node_modules/@fullcalendar/interaction
npm ERR!     @fullcalendar/interaction@"^6.0.1" from the root project
npm ERR!     @fullcalendar/interaction@"~6.1.5" from fullcalendar@6.1.5
npm ERR!     node_modules/fullcalendar
npm ERR!       fullcalendar@"^6.1.5" from the root project
npm ERR!   peer @fullcalendar/core@"~6.1.5" from @fullcalendar/list@6.1.5
npm ERR!   node_modules/@fullcalendar/list
npm ERR!     @fullcalendar/list@"~6.1.5" from fullcalendar@6.1.5
npm ERR!     node_modules/fullcalendar
npm ERR!       fullcalendar@"^6.1.5" from the root project
npm ERR!   6 more (@fullcalendar/multimonth, @fullcalendar/daygrid, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @fullcalendar/core@"~6.0.2" from @fullcalendar/google-calendar@6.0.2
npm ERR! node_modules/@fullcalendar/google-calendar
npm ERR!   @fullcalendar/google-calendar@"^6.0.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @fullcalendar/core@6.0.3
npm ERR! node_modules/@fullcalendar/core
npm ERR!   peer @fullcalendar/core@"~6.0.2" from @fullcalendar/google-calendar@6.0.2
npm ERR!   node_modules/@fullcalendar/google-calendar
npm ERR!     @fullcalendar/google-calendar@"^6.0.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/runner/.npm/_logs/2023-04-03T08_12_23_563Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2023-04-03T08_12_23_563Z-debug-0.log
Error: Process completed with exit code 1.

I also checked that most of the recent PRs also failed to pass this check.

Thank you for opening this topic. It is fixed now. Closing this topic.

1 Like