postman-code-generators icon indicating copy to clipboard operation
postman-code-generators copied to clipboard

Cant be used with non-yarn package managers and when yarn is also installed

Open marc2332 opened this issue 7 months ago • 1 comments

Describe the bug Cant be used in projects using other package managers other than yarn and when yarn is also installed

To Reproduce Steps to reproduce the behavior:

  • (optional): npm install yarn -g
  • mkdir bug && cd bug
  • pnpm init
  • pnpm add postman-code-generators

Expected code snippet and corresponding request work

Screenshots

Image

Additional context https://github.com/postmanlabs/postman-code-generators/issues/792

marc2332 avatar Apr 29 '25 08:04 marc2332

This is really frustrating. Why does this need to depend on this specific package manager?

comatory avatar May 29 '25 15:05 comatory