I recently installed Ubuntu 18.04 Stable version. I installed latest stable version of Node.js (v12.16.1) and npm (v6.13.4).
When i was trying to install "create-react-app" using "npm i create-react-app", I am getting error.
Your cache folder contains root-owned files, due to a bug in previous versions of npm which has since been addressed
I have tried sudo chown -R 1000:1000 "/home/shubham/.npm"
, but still getting same error.
Request people to help me out.
Thanks in advance !!