This is all (!) of my code:
```
const IPFS = require('ipfs')
const run = async () => {
  const ipfs = await IPFS.create()
 }
run()
```