fiddle icon indicating copy to clipboard operation
fiddle copied to clipboard

[Feature Request]: Support custom the process of run. ask for use in Apple M1

Open lu-tianyu opened this issue 3 years ago • 1 comments

Thanks for the great tool at first.

I'm currently developping an app by Electron Fiddle, but I met some problem when run my app in Fiddle.

My Macbook is M1, so the arch is ARM64. when I run app, the Fiddle is auto run: npm install xxx. But for some dependances, I need install with special command, for example: sharp

image

I need install it by npm install --ignore-scripts=false --foreground-scripts --verbose sharp, else the app will could not be run.

so I suggest that FIddle could provide a way to custom the RUN command. (or maybe there had have one, but I can't find it)

Thanks agagin

lu-tianyu avatar Jul 07 '22 03:07 lu-tianyu

This is a good idea and I approve of this feature 👍. I will take time to look at this recently.

BlackHole1 avatar Jul 07 '22 05:07 BlackHole1