We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in NestJs v10.2.2 when start with SWC it show error "Cannot find module 'src/app.module'" but when run without SWC it run normal
/
No response
Start Nest Application
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
10.2
"dependencies": { "@nestjs/common": "^10.2.2", "@nestjs/core": "^10.2.2", "@nestjs/platform-express": "^10.2.2", "reflect-metadata": "^0.1.13", "rxjs": "^7.2.0" },
18.16
The text was updated successfully, but these errors were encountered:
nestjs/nest-cli#2271
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
in NestJs v10.2.2 when start with SWC it show error "Cannot find module 'src/app.module'" but when run without SWC it run normal
Minimum reproduction code
/
Steps to reproduce
No response
Expected behavior
Start Nest Application
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.2
Packages versions
Node.js version
18.16
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: