esbuild icon indicating copy to clipboard operation
esbuild copied to clipboard

Question error [ERROR] Two output files share the same path but have different contents

Open ips219 opened this issue 1 year ago • 2 comments

I am trying to upgrade to Angular 17 with Native Federation which is using esbuild, and I'm having an issue building the application with esbuild.

Attached the console.log with the "[ERROR] Two output files share the same path but have different contents" error error.txt

VRB! at failureErrorWithLog (C:\data\repositorios\AUBAY\aubay-gestion\aubay-gestion-web\mfe-aubay-gestion\node_modules\.pnpm\[email protected]\node_modules\esbuild\lib\main.js:1651:15) VRB! at C:\data\repositorios\AUBAY\aubay-gestion\aubay-gestion-web\mfe-aubay-gestion\node_modules\.pnpm\[email protected]\node_modules\esbuild\lib\main.js:1059:25 VRB! at C:\data\repositorios\AUBAY\aubay-gestion\aubay-gestion-web\mfe-aubay-gestion\node_modules\.pnpm\[email protected]\node_modules\esbuild\lib\main.js:1527:9 VRB! at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

According to the exception thrown, it seems that there is some kind of issue with fullcalendar library. image

May anybody clarify me if the exception means a compatibility issue of fullcalendar modules with esbuild or address me how can I debug this issue?

Thanks and Best regards.

ips219 avatar May 12 '24 19:05 ips219

Some thoughts:

  • Angular adds a lot of custom tooling around esbuild, so this is probably a better question for Angular instead of esbuild
  • You didn't follow the issue reporting instructions (there is no way to reproduce your issue) so I can't help you

Marking this report as unactionable because the issue reporting instructions weren't followed.

evanw avatar May 12 '24 19:05 evanw

Thank you for your support Evan, I'll do as you said.

I thought that given the specific of the error that it may be the expected behaviour for some incompatible conditions.

BR

ips219 avatar May 13 '24 06:05 ips219

Closing this issue as it has been unactionable without a follow-up reply.

evanw avatar Jun 08 '24 03:06 evanw