Erick Zhao
Erick Zhao
> npm run make I'm not exactly sure, but it could be to rebuild native node modules? > 最后怎么解决的? 如果你们在大陆有什么ETIMEDOUT的问题,可能需要用VPN或者proxy。
Duplicate of https://github.com/electron-userland/electron-installer-dmg/issues/131. Should be fixed as of v4.0.0.
@adesko Ah I see, my apologies. Have you tried packaging your app for x64 and using `electron-installer-dmg` on the output result without the `arch -86_64` translation? Not immediately sure if...
Going to put this into draft mode until #3585 is resolved
> Why the maintainers are not responding? It's been 3 month. And it's been a year! The few apps that I'm currently running Forge on are able to package in...
Hi, PRs are always welcome. We don't typically assign issues to external contributors, but showing at least a WIP PR is helpful to indicate that you've got something in progress.
Yes, this is an upstream issue with https://replicate.npmjs.org, which powers our Algolia search index. See: https://github.com/npm/registry/blob/master/docs/REPLICATE-API.md https://github.com/npm/feedback/discussions/937
Hi @Johnrobmiller, I can't seem to reproduce on my side. Can you give me the output from your command and tell me what npm version you're using? This is the...
Thanks for the additional context @walruskhan. I just tried myself on Node.js v22.5.1 and npm 10.8.2 and was unable to reproduce the bug still. One more avenue to explore is...
Going to replace the commands with the `npx` invocation since this seems to be a weird upstream Node 22 bug.