-
-
Notifications
You must be signed in to change notification settings - Fork 498
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 #41
Comments
I believe what you have done is importing navbar like Here react will try to import Navbar from a folder within components which you haven't specified yet. i.e. the endpoint is invalid. If the issue persists comment here. |
Yea, I tried that too. took off the backslash and still the same. |
Can you post the error code here?? |
Compare your Work/index.js file and the Navbar/index.js. On my side before I fixed it, the default and about was a different color when I compared the files. I fixed it by deleting the index.js file in Navbar and making a new index.js. Then I rewrote the line of code and the colors both matched. Hopefully this helps |
Can anyone help me?
I'm an hour into video and it wont even load a simple page. I get the following error.
Compiled with problems:
ERROR in ./src/App.js 6:0-39
Module not found: Error: Can't resolve './components/' in '/home/dan/Desktop/lake-portfolio/frontend_react/src'
i tried everything I can think of. even going to components/navbar/navbar.
The text was updated successfully, but these errors were encountered: