Hello I have issues with ipsf-core. meanwhile implementation I have:
Uncaught (in promise): TypeError: assert.equal is not a function
TypeError: assert.equal is not a function
in dependency library. I have correct node types installed but it seems like dependency cant deal with it. Below async onInit()
await this.ipfsService.start();
const node = this.ipfsService.getIpfs();
const { id, agentVersion } = await node.id();
this.id = id;
this.agentVersion = agentVersion;
// add
const description = await node.add('Hello');