I'm new to Gatsby, I find that every time I need to compile, for some reason I had to cancel the current compilation, I always get an error:
Failed to remove .cache files. EPERM: operation not permitted, unlink 'C:\madvikinggames\gatsby\gatsby-styled-components\gatsby-starter-styled-components\.cache\_this_is_virtual_fs_path_\$virtual'
And all I have to do is to kill that terminal, leave VS Code, re-enter VS Code, open a new terminal, and npm run start again
Some other times the error is related to copying some files
It seems to be some kind of permission I have to give VS Code, but I don't know what