-
-
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
Platform support for OpenBSD? #1470
Comments
Could you please file issue to https://github.com/electron-userland/electron-prebuilt/issues? |
Please try to add openbsd to the switch statement in the install.js line 61 (locally in your node modules, see filepath in the stack trace). Does it work? |
Hi, will do. Since npm seems to cleanup after an error i just cloned electron-prebuilt, added the switch statement and did a This fails while trying to download the release from github ( |
@MarshallOfSound electron works on FreeBSD, so for me not clear why openbsd is not supported. |
@develar Is that just running the Linux build? There's on open issue on electron re it not working so I'll be surprised if it's working all of a sudden :D |
Related: electron/electron#3797 |
I was trying to get https://github.com/cryptocat/cryptocat running on an OpenBSD system.
After cloning the repository i ran "npm run setup", but this fails while installing [email protected] with the following error message:
What would be needed to add support for OpenBSD as a platform?
Is this something realistically possible?
The text was updated successfully, but these errors were encountered: