Error “Your cache folder contains root-owned files, due to a bug in previous versions of npm” while “npx create-react-app example_app”

To solve this you need clear cache , to do this need to write the following comand

sudo npm cache clean --force 

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *