-
-
Notifications
You must be signed in to change notification settings - Fork 135
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't install webtorrent-cli in npm #313
Comments
Here some logs |
Hey @asimovc, WebTorrent >= 2.3.0 now has WebRTC support, provided by the dependency
If you wish to use Alternatively, you can downgrade We're investigating whether we can help |
I have cmake 3.29.5-1, openssl 3.3.1-1 and git 2.45.2-1 |
Hi @asimovc, The error specifically in your build appears to be:
This appears to relate to the issue paullouisageneau/libdatachannel#1173 on From a fresh alpine container, I can successfully install Can you clear out anything you have cached, and try this again? Note: Even outside of libdatachannel not building successfully, |
I cleared my _ccache in node install dir and still not build |
@SilentBot1 Thanks i also made a issue about the version, i seems |
@SilentBot1 node-datachannel already made a PR that builds fine in musl, please update the dependencies version |
I'm aware @asimovc, It was my PR murat-dogan/node-datachannel#264. I will update the dependency once they fix OSX builds, which are currently not building. |
Just to provide an update, you should now be able to install this app on Alpine / musl-based systems, but utp-native will still throw a segfault due to not having musl builds as this pr has not been merged/reviewed. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
What version of this package are you using?
npm version
What operating system, Node.js, and npm version?
OS: Kiss Linux (musl and busybox based distro)
Node.js: v22.3.0
Npm: v10.8.1
What happened?
Can't install webtorrent-cli with `npm install webtorrent-cli -g
`What did you expect to happen?
Installation complete of webtorrent-cli
Are you willing to submit a pull request to fix this bug?
No
The text was updated successfully, but these errors were encountered: