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
Error: EISDIR: illegal operation on a directory, read
at Object.readSync (fs.js:489:3)
at tryReadSync (fs.js:328:20)
at Object.readFileSync (fs.js:365:19)
at Config.open (/code/bcoin/node_modules/bcfg/lib/config.js:136:17)
at new Node (/code/bcoin/lib/node/node.js:47:19)
at new FullNode (/code/bcoin/lib/node/fullnode.js:36:5)
at Object. (/code/bcoin/bin/node:24:14)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
/code/bcoin/node_modules/bcfg/lib/config.js:140
throw e;
^
Error: EISDIR: illegal operation on a directory, read
The text was updated successfully, but these errors were encountered:
I am following docker installation and getting following error and image is not starting
batman@batmobile:~/bcoin/bcoin-docker$ sudo docker logs 82a7f49e1921
/code/bcoin/node_modules/bcfg/lib/config.js:140
throw e;
^
Error: EISDIR: illegal operation on a directory, read
at Object.readSync (fs.js:489:3)
at tryReadSync (fs.js:328:20)
at Object.readFileSync (fs.js:365:19)
at Config.open (/code/bcoin/node_modules/bcfg/lib/config.js:136:17)
at new Node (/code/bcoin/lib/node/node.js:47:19)
at new FullNode (/code/bcoin/lib/node/fullnode.js:36:5)
at Object. (/code/bcoin/bin/node:24:14)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
/code/bcoin/node_modules/bcfg/lib/config.js:140
throw e;
^
Error: EISDIR: illegal operation on a directory, read
The text was updated successfully, but these errors were encountered: