Escape-Technologies / graphman

Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.
MIT License
240 stars 12 forks source link

Out directory not found #24

Closed nohehf closed 1 year ago

nohehf commented 1 year ago
error: Uncaught (in promise) NotFound: No such file or directory (os error 2), open 'out/rickandmortyapi.com-GraphMan.postman_collection.json'
  Deno.writeTextFileSync(path, JSON.stringify(json, null, "\t"));
       ^
    at Object.opSync (deno:core/01_core.js:172:12)
    at writeFileSync (deno:runtime/js/40_write_file.js:14:10)
    at Object.writeTextFileSync (deno:runtime/js/40_write_file.js:61:12)
    at saveJsonFormatted (https://deno.land/x/graphman@v1.0.2/src/lib.ts:61:8)
    at https://deno.land/x/graphman@v1.0.2/src/index.ts:40:1