docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

docs(faq): add solution for pnpm workspaces

Open meteorlxy opened this issue 3 years ago • 3 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md

PR Type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [x] Docs
  • [ ] Other... Please describe:

What is the current behavior?

https://github.com/meteorlxy/repro-nestjs-docs-2472

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

meteorlxy avatar Sep 25 '22 16:09 meteorlxy

Do we still need this?

kamilmysliwiec avatar Feb 03 '23 13:02 kamilmysliwiec

@kamilmysliwiec Yes, I just made a reproduction for that.

https://github.com/meteorlxy/repro-nestjs-docs-2472

meteorlxy avatar Feb 04 '23 13:02 meteorlxy

Alright, I found @d0z4rt added another solution for this in f154f19012f82123d15e74e1526e5df3cbb5f4b4.

The solution in this PR is still a valid alternative. It depends on your team for whether to keep both of the solutions or not.

meteorlxy avatar Feb 04 '23 13:02 meteorlxy