Js-ipfs broke error `Unhandled Rejection (LockExistsError): Lock already being held for file: ipfs/repo.lock`

If you look earlier in this thread, I demonstrate how to use alternate repos:

await IPFS.create({repo: 'ok' + Math.random()});

or

await IPFS.create({repo: 'firstrepo'});
await IPFS.create({repo: 'secondrepo'});

Hope that helps!