Error “Your cache folder contains root-owned files, due to a bug in previous versions of npm” while “npx create-react-app example_app”kardipoetAugust 13, 2023Uncategorized To solve this you need clear cache , to do this need to write the following comandsudo npm cache clean --force