Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
XiangLinDotFu3 opened this issue Feb 21, 2024 · 1 comment
Labels
needs triage This issue has not been looked into

Comments

@XiangLinDotFu3
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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.

error

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

  1. git clone https://github.com/XiangLinDotFu3/monorepo-nest-todo.git
  2. cd monorepo-nest-todo-master
  3. pnpm install

Expected behavior

All packages can be installed in the root directory of the monorepo project

Package

  • I don't know. Or some 3rd-party 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 (see below)

Other package

No response

NestJS version

10.3.1

Packages versions

Node.js version

16.20.2

In which operating systems have you tested?

  • macOS
  • Windows
  • Linux

Other

No response

@XiangLinDotFu3 XiangLinDotFu3 added the needs triage This issue has not been looked into label Feb 21, 2024
@XiangLinDotFu3 XiangLinDotFu3 changed the title When I use Nestjs in my own build monorepo project, there seems to be some bug with "@nestjs/core postinstall". When I use Nestjs in my own build monorepo project, there seems to be some bugs with "@nestjs/core postinstall". Feb 21, 2024
@kamilmysliwiec
Copy link
Member

#12383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue has not been looked into
Projects
None yet
Development

No branches or pull requests

2 participants