-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
can not run on macos 11.3 #5858
Comments
I ran into this, seems to be an issue with Node 16.x - works fine with Node 14.x |
Possible duplicate of #5668 |
Same here, you can downgrade the node js version to avoid this error! You can downgrade node js with these steps:
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
electron-builder --version
node_modules/errlop/edition-es5/index.js:61
_this = _super.call(this, input.message || input) || this
^
Error: editions-autoloader-none-broadened: Unable to determine a suitable edition, even after broadening.
at new Errlop (/private/tmp/a/node_modules/errlop/edition-es5/index.js:61:18)
at Object.errtion (/private/tmp/a/node_modules/editions/edition-es5/util.js:23:14)
at determineEdition (/private/tmp/a/node_modules/editions/edition-es5/index.js:317:21)
at solicitEdition (/private/tmp/a/node_modules/editions/edition-es5/index.js:350:16)
at Object.requirePackage (/private/tmp/a/node_modules/editions/edition-es5/index.js:364:9)
.......
The text was updated successfully, but these errors were encountered: