Closed mehdibo closed 10 months ago
I found this solution.
https://github.com/nestjs/nest/issues/11660#issuecomment-1562090495
You can add this code into package.json
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
}
At the moment, this is an actual problem. The above solution helps, but leaves behind a bunch of warnings:
warning Resolution field "string-width@4.1.0" is incompatible with requested version "string-width@^5.1.2"
warning Resolution field "wrap-ansi@7.0.0" is incompatible with requested version "wrap-ansi@^8.1.0"
warning Resolution field "string-width@4.1.0" is incompatible with requested version "string-width@^4.2.0"
warning Resolution field "string-width@4.1.0" is incompatible with requested version "string-width@^4.2.0"
warning Resolution field "string-width@4.1.0" is incompatible with requested version "string-width@^4.2.0"
warning Resolution field "string-width@4.1.0" is incompatible with requested version "string-width@^4.2.3"
warning Resolution field "string-width@4.1.0" is incompatible with requested version "string-width@^4.2.0"
Same here ...
Any news here?
Describe the bug I am using Yarn.
When I try to upgrade from 1.8.1 to 1.9.1, yarn fails with the following error:
Package versions:
Node version:
v20.5.0
Yarn version: 1.22.19