-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Cannot find module 'wrap-ansi' #11660
Comments
hard to tell without some repro, I guess? I've been using the latest version just fine on Linux (node 18) can you tell us at least when did this error start happening? |
This doesn't happen with
|
The thing is that if there is a dependency in the project that uses the glob package, then a conflict may arise. It requires the jackspeak package, which in turn uses the @isaacs/cliui package, which recently upgraded to 8.0.2 and started using [email protected]. The glob package is a dependency of many other packages, such as graphql-ws (which @nest/graphql needs).
|
See. All that above, that's why we all for reproductions. |
Pretty strange behavior of yarn (using the latest version 1.22.19):
Next, I install packages that have wrap-ansi in the dependency tree, while installing them individually:
But if you delete the node_modules folder and reinstall the packages, then everything is fine. |
This doesn't seem to be related specifically to NestJS. Please, use our Discord channel (support) for such questions. We are using GitHub to track bugs, feature requests, and potential improvements. |
Is there an existing issue for this?
Current behavior
When i start the app with nest start:
Already tried to change to nest/cli 9.5.0 and node 18, but the same...
Minimum reproduction code
https://github.com/private/code-company
Steps to reproduce
No response
Expected behavior
Well, would be nice to see it starting.
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
9.1.5
Packages versions
Node.js version
20.0.2
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: