This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
jsipfs version
should work without any ipfs repo #377
Closed
Description
I am adding sharness tests to jsipfs and it fails very early because jsipfs
expects an ipfs repo:
$ IPFS_PATH='stuff' jsipfs version
error no ipfs repo found
$ IPFS_PATH='stuff' ipfs version
ipfs version 0.4.2
Also it looks like jsipfs error messages are printed on stdout instead of stderr.