-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Using pnpm to install dependencies cannot start the project, using yarn is ok #12246
Comments
Hi @Tony133 , thank you for your reply. It is indeed possible to use [email protected] |
Hey @Tony133 I tried to create a new nestjs project, followed the steps in the documentation to add task scheduling and failed when the project started 👇 Here is the minimal repo: git clone [email protected]:TinsFox/task-scheduling-pnpm.git
cd task-scheduling-pnpm
pnpm install
pnpm start The error shown in the figure below appears ![]() |
This is only valid for https://github.com/nestjs/nest/tree/master/sample/27-scheduling |
Would you like to create a PR for this issue? |
@TinsFox verifying actually there would be no need for this In fact it should also be removed from the As for the error, maybe there's something inside the |
Is there an existing issue for this?
Current behavior
project failed to start
Minimum reproduction code
https://github.com/nestjs/nest/tree/master/sample/27-scheduling
Steps to reproduce
Expected behavior
I hope he can work
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
No response
Packages versions
Node.js version
v18.15.0
In which operating systems have you tested?
Other
[email protected]
The text was updated successfully, but these errors were encountered: