-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
Any idea what could be causing this error? FYI, I did have to install jsondepth
globally in order for the jd
command to work.
fs.js:125
throw err;
^
Error: ENOENT: no such file or directory, open './issues/data.json'
at Object.openSync (fs.js:454:3)
at Object.readFileSync (fs.js:354:35)
at Object.<anonymous> (/Users/dustin/.nvm/versions/node/v12.1.0/lib/node_modules/jsondepth/lib/parse_arguments.js:10:26)
at Module._compile (internal/modules/cjs/loader.js:759:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10)
at Module.load (internal/modules/cjs/loader.js:628:32)
at Function.Module._load (internal/modules/cjs/loader.js:555:12)
at Module.require (internal/modules/cjs/loader.js:666:19)
at require (internal/modules/cjs/helpers.js:16:16)
at Object.<anonymous> (/Users/dustin/.nvm/versions/node/v12.1.0/lib/node_modules/jsondepth/bin/jsondepth:2:40)