When I was trying to create a new react app using npx create-react-app example_app, I get this error
npx create-react-app example_app
[Your cache folder contains root-owned
I also tried all of the above steps on my MAC Catalina, but didn't resolve my issue. These steps resolved my problem:
npm update npx --ignore-existing create-react-app my-app
Thanks to this comment