Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lu-tianyu opened this issue Jul 7, 2022 · 1 comment
Assignees
Labels
area:packages ✨ enhancement New feature or request

Comments

@lu-tianyu
Copy link

lu-tianyu commented Jul 7, 2022

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

@BlackHole1
Copy link
Member

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

@BlackHole1 BlackHole1 self-assigned this Jul 7, 2022
@ckerr ckerr added the ✨ enhancement New feature or request label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:packages ✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants