This is a reproduction of the issue of ipfs-http-client
with Meteor framework.
- Clone the repo
- Install Meteor
meteor npm install
meteor npm start
Everyting is working in its current form since ipfs-http-client
is locked to version 41.0.1
. In order to see the problem:
meteor npm install ipfs-http-client@latest
- Rerun the app with
meteor npm start
- You may see warnings about uninstalled packages (f.e.
electron
) which you can install, although it doesn't solve the problem.