I have encountered this error in my Nextjs app while creating a client instance of Web3Storage, using the constructor specified in the docs.
import { Web3Storage } from 'web3.storage'
const client = new Web3Storage({ token: apiToken }) 
(Next v11.1.0, Node v14.16.1)
The following issue might be related ipfs/js-ipfs#3838 however reinstalling dependencies as suggested by the author of the issue doesn't fix it in my case.