When I use Nestjs in my own build monorepo project, there seems to be some bugs with "@nestjs/core postinstall". #13245
Closed
4 of 15 tasks
Labels
needs triage
This issue has not been looked into
Is there an existing issue for this?
Current behavior
I want to integrate the front-end project of React and the back-end project of NestJS into a monorepo project, so I created a monorepo project with the NestJS backend project as one of the packages, and then pnpm install the relevant dependencies in the root directory of the monorepo, and an error occurred.
Hope the master provides a solution to this problem, thank you.
Minimum reproduction code
https://github.com/XiangLinDotFu3/monorepo-nest-todo.git
Steps to reproduce
Expected behavior
All packages can be installed in the root directory of the monorepo project
Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
No response
NestJS version
10.3.1
Packages versions
Node.js version
16.20.2
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: