所以我创建了一个新的 React 项目
npx create-react-app
我添加了
yarn add ipfs
我将它添加到 React 项目中
...
const createClient = require("ipfs");
function App() {
...
我得到了错误
TypeError: TextDecoder is not a constructor
我认为这与 Webpack 有关,并且可能与 JEST 的配置方式有关。关于它正在为浏览器设置的一些东西。