This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
ipfs keeps crashing my app with TypeError: TextDecoder is not a constructor ./node_modules/multiaddr/node_modules/multibase/src/util.js node_modules/multiaddr/node_modules/multibase/src/util.js:6 #3628
Labels
Severity:
Description:
Steps to reproduce the error:
I am trying to use ipfs in my react app but every time the page loads I get this error
×
multiaddr has installed an node_modules inside the node_modules in my app. Is the error coming from having the node_modules nested like this? I have seen other modules import from within the node_modules but not into another node_modules directory.
I my react component that interacts with IPFS is
When I run my app without this component it works fine but when I run with this I get an error in the browser but not in the terminal. I am using node version v14.16.1 and npm version 6.14.12
Please help me I have been stuck on this for days.
The text was updated successfully, but these errors were encountered: