Closed Ray-Barker closed 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?
Hello @Ne4istb , Thanks for quick response, yes, it does work like that, shows the version 1.1.0
Ok, It looks something is wrong inside your repository. You can try next:
npm install postman-combine-collections --save
npm install postman-combine-collections -g
npx postman-combine-collections [options
]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!
After installing I get this:
> postman-combine-collections -V Thrown: ReferenceError: postman is not defined
Postman is installed, what did I miss?