This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Cannot build js-ipfs with node >15 #3704
Closed
Description
js-ipfs
depends on bcrypto
because of js-libp2p-noise
, but that library doesn't build with node >15.
They're working on getting rid of the bcrypto dependency. It would be great if js-ipfs updated its js-libp2p-noise dependency once that's released.
This is also likely what's causing #3696.
At @fission-suite we're dependent on node v15, because of added webcrypto support.