Openapi-to-postman not working?

Hi,

  1. npm install openapi-to-postmanv2
  2. openapi2postmanv2 -s spec.yaml -o collection.json -p

Actual Result:
image

Am I missing something? thanks

Ps: of course files exists.

You would need to globally install the package, if you’re using it like that from the cli:

npm i -g openapi-to-postmanv2

Thank you Danny…