You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: