-
Notifications
You must be signed in to change notification settings - Fork 454
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
Cannot npm install with Node.js 10 -> Missing wrtc builds for Node.js 10 #204
Comments
This was referenced Jun 20, 2018
daviddias
changed the title
Cannot npm install with Node.js 10
Cannot npm install with Node.js 10 -> Missing wrtc builds for Node.js 10
Jun 28, 2018
ghost
assigned jacobheun
Jun 28, 2018
achingbrain
added a commit
that referenced
this issue
Jun 27, 2023
The CID class has breaking changes in v11 so update all deps to the latest version.
achingbrain
pushed a commit
that referenced
this issue
Jun 27, 2023
## [6.0.0](libp2p/js-libp2p-floodsub@v5.0.0...v6.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#204) ### Bug Fixes * update multiformats to v11 ([#204](libp2p/js-libp2p-floodsub#204)) ([8a5c994](libp2p/js-libp2p-floodsub@8a5c994)) ### Documentation * update readme ([3bb5712](libp2p/js-libp2p-floodsub@3bb5712))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
wrtc
module does not have a prebuilt binary for version0.1.1
(currently pinned to this specific version in package.json).I installed
cmake
usingbrew install cmake
and whilstnpm install
succeeded, runningnpm test
failed with the following:I'm on macOS 10.13.4 running Node.js 10.4.1.
The text was updated successfully, but these errors were encountered: