Samuel Attard

Results 287 comments of Samuel Attard

@RossComputerGuy Can you post the output of `npm config ls --global`. My guess is you have somehow disabled post-install scripts which is how the `build-tools` npm package sets up and...

If you run `npm i -g @electron/build-tools` does it log any errors to console or otherwise indicate it is running a post-install script? You can run `npm` with `--verbose` to...

Oh right, you've manually fixed this already. Can you `rm -r ~/.electron_build_tools` and the run the same command again 😄

Interesting, that looks like it worked. Can you try `e --help` to verify 🤔

> Error: EPERM: operation not permitted, mkdir 'C:\Users\Nicole' This is weird given it's supposedly init'ing in `'C:\src\electron` Is there any more of a trace where that error comes from /...

@strega-nil If you run `npx yarn --version` on your system, what happens?

> there's no obvious way to do this with an existing checkout. Hm, yeah this isn't documented / easy at all. I do think it's the better way to do...

I don't believe maintainer_can_modify allows apps to push to your fork (untested) but the actual issue is the app token won't be provided to the forked CI build for security...

@dsanders11 There is no webhook, it all happens from the CI machine. https://github.com/electron/electron/blob/main/.circleci/build_config.yml#L279-L302 > what if the bot listened to CircleCI webhooks looking for jobs failing, then it [gets the...

Also in a similar vein. > If not, I think we could abuse something like @electron-bot to be the "maintainer" to do the commit? We are actively trying to reduce...