Issue building tutor mfe (20.0+)

I having issue building Tutor mfe. Getting following error. Highly appreciate for any suggestion and help.

> [profile-common 4/9] RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0:
18.32 npm error code ERESOLVE
18.32 npm error ERESOLVE unable to resolve dependency tree
18.32 npm error
18.32 npm error While resolving: @edx/frontend-app-profile@1.0.0-semantically-released
18.32 npm error Found: react@18.3.1
18.32 npm error node_modules/react
18.32 npm error   react@"18.3.1" from the root project
18.32 npm error   peer react@"^16.9.0 || ^17.0.0 || ^18.0.0" from @edx/frontend-platform@8.5.0
18.32 npm error   node_modules/@edx/frontend-platform
18.32 npm error     @edx/frontend-platform@"^8.3.1" from the root project
18.32 npm error     peer @edx/frontend-platform@"^7.0.0 || ^8.0.0" from @edly-io/indigo-frontend-component-footer@2.0.3
18.32 npm error     node_modules/@edly-io/indigo-frontend-component-footer
18.32 npm error       @edly-io/indigo-frontend-component-footer@"^2.0.0" from the root project
18.32 npm error   6 more (@openedx/frontend-build, @openedx/paragon, react-dom, ...)
18.32 npm error
18.32 npm error Could not resolve dependency:
18.32 npm error peer react@"^16.9.0 || ^17.0.0" from @edly-io/indigo-frontend-component-footer@2.0.3
18.32 npm error node_modules/@edly-io/indigo-frontend-component-footer
18.32 npm error   @edly-io/indigo-frontend-component-footer@"^2.0.0" from the root project
18.32 npm error
18.32 npm error Fix the upstream dependency conflict, or retry
18.32 npm error this command with --force or --legacy-peer-deps
18.32 npm error to accept an incorrect (and potentially broken) dependency resolution.
18.32 npm error
18.32 npm error
18.32 npm error For a full report see:
18.32 npm error /root/.npm/_logs/2025-08-29T22_19_18_616Z-eresolve-report.txt
18.33 npm notice
18.33 npm notice New major version of npm available! 10.8.2 -> 11.5.2
18.33 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2
18.33 npm notice To update run: npm install -g npm@11.5.2
18.33 npm notice
18.33 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-08-29T22_19_18_616Z-debug-0.log
------
------
 > [account-common 4/9] RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0:
16.74 npm error code ERESOLVE
16.74 npm error ERESOLVE unable to resolve dependency tree
16.74 npm error
16.74 npm error While resolving: @edx/frontend-app-account@1.0.0-semantically-released
16.74 npm error Found: react@18.3.1
16.74 npm error node_modules/react
16.74 npm error   react@"18.3.1" from the root project
16.74 npm error   peer react@"^16.9.0 || ^17.0.0 || ^18.0.0" from @edx/frontend-platform@8.5.0
16.74 npm error   node_modules/@edx/frontend-platform
16.74 npm error     @edx/frontend-platform@"^8.3.3" from the root project
16.74 npm error     peer @edx/frontend-platform@"^7.0.0 || ^8.0.0" from @edly-io/indigo-frontend-component-footer@2.0.3
16.74 npm error     node_modules/@edly-io/indigo-frontend-component-footer
16.74 npm error       @edly-io/indigo-frontend-component-footer@"^2.0.0" from the root project
16.74 npm error   6 more (@openedx/frontend-build, @openedx/paragon, react-dom, ...)
16.74 npm error
16.74 npm error Could not resolve dependency:
16.74 npm error peer react@"^16.9.0 || ^17.0.0" from @edly-io/indigo-frontend-component-footer@2.0.3
16.74 npm error node_modules/@edly-io/indigo-frontend-component-footer
16.74 npm error   @edly-io/indigo-frontend-component-footer@"^2.0.0" from the root project
16.74 npm error
16.74 npm error Fix the upstream dependency conflict, or retry
16.74 npm error this command with --force or --legacy-peer-deps
16.74 npm error to accept an incorrect (and potentially broken) dependency resolution.
16.74 npm error
16.74 npm error
16.74 npm error For a full report see:
16.74 npm error /root/.npm/_logs/2025-08-29T22_19_20_146Z-eresolve-report.txt
16.75 npm notice
16.75 npm notice New major version of npm available! 10.8.2 -> 11.5.2
16.75 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2
16.75 npm notice To update run: npm install -g npm@11.5.2
16.75 npm notice
16.75 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-08-29T22_19_20_146Z-debug-0.log
------

Resolved the issue: In MFE docker file (.local/share/tutor/env/plugins/mfe/build/mfe/Dockerfile), change the following codes: just keep @edx

RUN npm install @edly-io/indigo-frontend-component-footer@^2.0.0 
RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^3.2.2' 
RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.2.2'. 

by:

RUN npm install @edx/frontend-component-footer@^14
RUN npm install @edx/frontend-component-header@^6
RUN npm install ‘@edx/brand@npm:@openedx/brand-openedx@^1.2.3’