Ne4istb / postman-combine-collections

A command line tool to combine several Postman collections into one
Apache License 2.0
16 stars 1 forks source link

ReferenceError: postman is not defined #4

Closed Ray-Barker closed 4 years ago

Ray-Barker commented 4 years ago

After installing I get this: > postman-combine-collections -V Thrown: ReferenceError: postman is not defined Postman is installed, what did I miss?

Ne4istb commented 4 years ago

Hi @Ray-Barker ,

Please, try to run util without installing it: npx postman-combine-collections -V

Will it work in this mode?

Ray-Barker commented 4 years ago

Hello @Ne4istb , Thanks for quick response, yes, it does work like that, shows the version 1.1.0

Ne4istb commented 4 years ago

Ok, It looks something is wrong inside your repository. You can try next:

Ray-Barker commented 4 years ago

Thanks a lot, installation won't work for me, but using npx postman-combine-collections works perfectly. Your tool saved me whole day of work, cheers!