-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found #9451
Comments
Hey @IkshulDureja, |
Here is the screenshot of my code. |
that's because you don't have the component UserCard |
https://github.com/IkshulDureja/PhotoWall.git |
https://codesandbox.io/index2 online editor for react so I can debug it online |
Sorry, I didn't get what you are trying to explain |
You can't pass an HTML element as a prop, you can only pass a string or number or array or object in prop |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
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.)
The text was updated successfully, but these errors were encountered: