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
Performed npm install -g openapi-to-postmanv2.
Entered directory where OpenAPI 3.0 source yaml file located.
Attempted openapi2postmanv2 -s testapi.yaml.
$ pwd
/c/users/ccs018
$ openapi2postmanv2 -s testapi.yaml
Input file: C:\Users\ccs018\AppData\Roaming\npm\node_modules\openapi-to-postmanv2\bin\testapi.yaml
fs.js:646
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'C:\Users\ccs018\AppData\Roaming\npm\node_modules\openapi-to-postmanv2\bin\testapi.yaml'
at Object.fs.openSync (fs.js:646:18)
at Object.fs.readFileSync (fs.js:551:33)
at Object.<anonymous> (C:\Users\ccs018\AppData\Roaming\npm\node_modules\openapi-to-postmanv2\bin\openapi2postmanv2.js:90:20)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
The text was updated successfully, but these errors were encountered:
Performed
npm install -g openapi-to-postmanv2
.Entered directory where OpenAPI 3.0 source yaml file located.
Attempted
openapi2postmanv2 -s testapi.yaml
.The text was updated successfully, but these errors were encountered: