DEV Community

Discussion on: Uploading Files to IPFS from a Web Application

Collapse
 
prem11k profile image
prem11k

No worries. I figured it out. It was due to deprecated debug package. I've updated the package in package.json and run npm install --save, it started working.