samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.85k stars 95 forks source link

Problems with pnpm monorepo #984

Open yousufdev opened 3 months ago

yousufdev commented 3 months ago

I tried upgrading from Nestia 2.x to 3.x ( latest ) but could not make it work. After trying a lot of stuff it turns out the problem was caused due to pnpm hoisting. Adding the following to the workspace-root .npmrc file fixed it for me. Creating this issue because it might help someone facing a similar problem

public-hoist-pattern[]=typia
samchon commented 2 months ago

I'm not suffering any problem with pnpm.

Will you provide a reproducible repo?