Description
Describe the bug
./src/Components/UserProfile.js
Module not found: Can't resolve './UserCard.js' in 'C:\Users\DELL\Desktop\photowall\src\Components'
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\swapfile.sys'
Did you try recovering your dependencies?
6.14.7(Write your answer here.)
Which terms did you search for in User Guide?
npm chokidar(Write your answer here if relevant.)
Environment
current version of create-react-app: 3.4.1(paste the output of the command here.)
Steps to reproduce
(Write your steps here:)
1.I tried npm start on my terminal
2. I got this error
3. I think chokidar is trying to lock my module
Expected behavior
I think chokidar is trying to lock my module(Write what you thought would happen.)
Actual behavior
(Write what happened. Please add screenshots!)
Reproducible demo
(Paste the link to an example project and exact instructions to reproduce the issue.)