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

OpenBSD (and others) support #7

Open
Superpat opened this issue Mar 21, 2018 · 3 comments
Open

OpenBSD (and others) support #7

Superpat opened this issue Mar 21, 2018 · 3 comments

Comments

@Superpat
Copy link

I have simplehttp2 installed with go get but this package always tries to use the binaries, which doesnt work on openbsd (or any random os without prebuilt binaries)

I'd like to install preact-cli but it requires this package as a dependency. Would there be a way to defer to the go compiler when no binaries are available? That way any operating system with go installed could be supported.

@Superpat
Copy link
Author

Actually, if this pull request kevva/bin-wrapper#56 got merge, the problem would be solved. So I'll close this issue

@Superpat
Copy link
Author

Though for the pull request to work you will have to update your error handling in suffix.js

@Superpat Superpat reopened this Mar 22, 2018
@Superpat
Copy link
Author

Just letting you know that applying the pull request to bin-wrapper, changing the filename variable in lib/index.js to 'simplehttp2server' and running node lib/install.js myself, I was able to run npm run dev in the preact-cli widget template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant