Can't resolve ipfs-http-client

I’ve installed the ipfs-http-client module using npm and it’s also in my node_modules.
When I ctrl+click it also redirects.
But when I run “npm start”
it gives me the following error:
External Image

I’ve tried deleting node_modules, clearing cache and again npm install but still gives the same error.

hey @omkar , the ipfs-http-client, has been deprecated a while back.
Use the kubo client going further. You can find an example in the below tutorial: