Davide Maggioni

Results 47 comments of Davide Maggioni

@me-no-dev @SuGlider Is there anything we can do to help troubleshoot the issue? It seems @dat-master has confirmed the behaviour on the S2 as well.

Hi all, sorry to bump this, but it’s been open for 4 months without any updates or feedback. It would be really appreciated if someone from the team could take...

We faced the same issue and your suggestion actually worked, @mmaietta thanks! Unfortunately, using the v25.0.5 fixes the build on Windows but now is broken on Mac. 😢 Here is...

I can confirm that manually removing the `crypto-browserify` folder from `node_modules`, although not ideal, seems to take the process a step ahead but now it breaks here for me: ```...

@mmaietta thanks for the suggestion, I just tried and here's the result. Running ``` electron-builder --mac --arm64 -p always ``` or ``` electron-builder --mac --x64 -p always ``` or ```...

Currently testing version `25.1.2`. I'm still getting this error. > ``` > yarn run v1.22.22 > $ vite build -m prod && electron-builder --mac --win -p always > vite v5.3.2...

@mmaietta I don't want to bother you but I don't understand why the issue was closed. I'm probably missing something. Currently testing Windows build on macOS Sequoia (MacBook Air M2)...

@mmaietta Thanks for the quick reply! Deleting `node_modules` and running `yarn` again seems to have fixed the issue, but unfortunately the built package doesn't work as it should. It is...

@mmaietta Unfortunately I cannot provide the project I'm working on because it is a work project. I should be able to create one next week, but for now I think...

@mmaietta NVM, I found some time to create a minimal reproducible example. Here's what to expect with a working system: [demo-builder.zip](https://github.com/user-attachments/files/17151742/demo-builder.zip)