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

can not run on macos 11.3 #5858

Closed
tangjfn opened this issue May 5, 2021 · 4 comments
Closed

can not run on macos 11.3 #5858

tangjfn opened this issue May 5, 2021 · 4 comments
Labels

Comments

@tangjfn
Copy link

tangjfn commented May 5, 2021

  • Version: 22.11.1
  • node: 16.0.0
  • npm: 7.11.2
  • macos: 11.3

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)

.......

@ezzatron
Copy link
Contributor

ezzatron commented May 6, 2021

I ran into this, seems to be an issue with Node 16.x - works fine with Node 14.x

@ezzatron
Copy link
Contributor

ezzatron commented May 6, 2021

Possible duplicate of #5668

@kimlimjustin
Copy link

I ran into this, seems to be an issue with Node 16.x - works fine with Node 14.x

Same here, you can downgrade the node js version to avoid this error! You can downgrade node js with these steps:

  1. Install n package by running sudo npm i -g n command
  2. Run sudo n <node.js version> to easily switch between node js version.

@stale
Copy link

stale bot commented Jul 14, 2021

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.

@stale stale bot added the backlog label Jul 14, 2021
@tangjfn tangjfn closed this as completed Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants