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 has been archived by the owner on Mar 10, 2020. It is now read-only.
but in package.json, it is not in dependencies, so error occurs when executing my electron program builded. (Of course, if I add "bl": "^2.0.1" module to package.json dependencies in my project, it works)
Can you add it to package.json?
The text was updated successfully, but these errors were encountered:
Hi, I'm using ipfs-api (and I don't use js-ipfs) in my electron project.
bl is used in https://github.com/ipfs/js-ipfs-api/blob/master/src/files/cat.js#L6
but in package.json, it is not in dependencies, so error occurs when executing my electron program builded. (Of course, if I add "bl": "^2.0.1" module to package.json dependencies in my project, it works)
Can you add it to package.json?
The text was updated successfully, but these errors were encountered: