Skip to content
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

Bumping strip-ansi to 7.0.0 causing issues #48

Open
diyahir opened this issue Feb 15, 2024 · 2 comments
Open

Bumping strip-ansi to 7.0.0 causing issues #48

diyahir opened this issue Feb 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@diyahir
Copy link

diyahir commented Feb 15, 2024

I am able to manually get around it by in my package.json forcing
"strip-ansi": "6.0.1"

But, it's better to revert back from 7.0.1 to 6.0.1 to avoid this issue

Screenshot 2024-02-15 at 13 19 23

this issue looks to be the same as:
chalk/strip-ansi#11

@diyahir
Copy link
Author

diyahir commented Feb 15, 2024

1d5e042

originates here

@diyahir
Copy link
Author

diyahir commented Feb 19, 2024

I have to force strip-ansi to deploy my webapp in the package.json

"resolutions": { "strip-ansi": "6.0.1" }

@luizstacio luizstacio added the bug Something isn't working label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants