You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be wrong but it seems that when upgrading to @nestjs/platform-express@11.0.2 there's an error you may see my PR for nestjs-paginate
Using createNestApplication from a testing module without new ExpressAdapater() in it create an error like if @nestjs/platform-express wasn't installed
With new ExpressAdapter() it create an error Cannot find module 'path-to-regexp'
Is there an existing issue for this?
Current behavior
I may be wrong but it seems that when upgrading to
@nestjs/platform-express@11.0.2
there's an error you may see my PR for nestjs-paginateUsing
createNestApplication
from a testing module withoutnew ExpressAdapater()
in it create an error like if@nestjs/platform-express
wasn't installedWith
new ExpressAdapter()
it create an error Cannot find module 'path-to-regexp'PR: ppetzold/nestjs-paginate#1041
CI: https://github.com/ppetzold/nestjs-paginate/actions/runs/12866208472/job/35868297365?pr=1041
Minimum reproduction code
https://github.com/Alsdrouf/nestjs-paginate/tree/feat/updateNestjsToV11
Steps to reproduce
Expected behavior
No error, or not this kind of error
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
11.0.2
Packages versions
Node.js version
11.0.0
In which operating systems have you tested?
Other
The text was updated successfully, but these errors were encountered: