vercel / ncc

Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
https://npmjs.com/@vercel/ncc
MIT License
9.13k stars 287 forks source link

Conflict: Multiple assets emit different content to the same filename build/Release/libglib-2.0-0.dll #887

Open prasheel888 opened 2 years ago

prasheel888 commented 2 years ago

I was trying to compile my node file into executable .exe (windows format) , so first I want to build the application using ncc while building it gives me the above error! My file structure

dist Images lib Node_Modules index.js package.json

I am using ncc: Version 0.33.3

I'm getting this error while building it to a single file!!

yujiansheng commented 1 year ago

https://github.com/vercel/ncc/issues/642 this