You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
I have set up ipfs on my windows 64 bit system, and i have the ipfs daemon running in the terminal, and the API server listening on /ip4/127.0.0.1/tcp/5001
const ipfs = create() TypeError: create is not a function at Object. C:/Users/shubh/Downloads/Agriculture-Supply-Chain-Management/Delivery/src/components/ipfs.js:2
Also, with await keyword before ipfs.add , it's not compiling but that's written in the example.
I am using node version 16.13.1