Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
After installing create-react app I want to modify my files.
Despite various attempts I am not able to delete various files properly and can't modify folder structure of my react app.

Please help me .

Error shown in visual studio is :

Error : EPREM : operation not permitted, unlink '/home/user/Documents/react-app/src/App.css'

What I have tried:

changed its folder permission to chmod 777.
Posted
Comments
[no name] 8-May-19 15:15pm    
What does "unlink" mean? Looks like it's telling you to do something. Maybe.
jatinp510 9-May-19 4:50am    
unlink here is referring to deleting the file.
Richard MacCutchan 9-May-19 4:08am    
At a guess there is a link between the named file and something else. Use the ls command to find out what.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900