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
Upgrading or touching anything around wrap-ansi causes jest to break entirely with an esmodule / commonjs error.
I've just had to delve into what's going on here, and it appears to be that the qrcode library (of all things) is using an old version of yargs which uses an old version of wrap-ansi.
My hypothesis is that if we force the whole lot to upgrade, it will be happy again (since obviously we don't use the qrcode library CLI stuff at all).
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Your use case
Upgrading or touching anything around wrap-ansi causes jest to break entirely with an esmodule / commonjs error.
I've just had to delve into what's going on here, and it appears to be that the qrcode library (of all things) is using an old version of yargs which uses an old version of wrap-ansi.
My hypothesis is that if we force the whole lot to upgrade, it will be happy again (since obviously we don't use the qrcode library CLI stuff at all).
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: