react-native-community / cli

The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.41k stars 905 forks source link

refactor: replace strip-ansi with native module #2521

Open stianjensen opened 1 month ago

stianjensen commented 1 month ago

Inspired by https://github.com/eslint/eslint/pull/18982

This API is built-in since node 16.11. react-native-cli already requires node 18 as of last year.

stianjensen commented 1 month ago

Not sure if this windows snapshot diff could be related to this PR or not?

szymonrybczak commented 1 month ago

@stianjensen not really, failure on E2E Windows pipeline was caused by other change that landed on main branch. This PR should be good to merge 👍