-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Import trace for requested module error even in new project #55329
Comments
I tried running the repo on my system but did not get any such error. Can you elaborate more, and attach screenshots? |
I'm also getting a lot of These are some of the logs:
I see those lines duplicated a lot of times in the console, also for other components |
I am encountering the same thing with MUI |
It would be related with this issue: #55663 |
i have same issue when it still not give any error and 1 day, it gives me a bunch of warning import like yours. I fixed that by delete my whole folder and reinstall my code reposity in another path in my computer |
Had the same issue, i deleted node js, yarn cache , npm cache, changed project name. Its working now |
I had the same problem, and it came out that I was using the start value to align some items in flex elements. .container { I changed the align-items value to flex-start and the warning disappeared. .container { |
Link to the code that reproduces this issue or a replay of the bug
https://github.com/abdorabee/saas
To Reproduce
Create a new Next.js project.
Run the development server.
Open the browser and navigate to the project's homepage.
You should see the error message "Import trace for requested module:" in the console.
Current vs. Expected behavior
The project should start without any errors.
vs
The project starts, but the error message "Import trace for requested module:" is displayed in the console.
Verify canary release
Provide environment information
Which area(s) are affected? (Select all that apply)
App Router, CLI (create-next-app), Middleware / Edge (API routes, runtime), Operating System (Windows, MacOS, Linux), Package manager (npm, pnpm, Yarn), Routing (next/router, next/navigation, next/link)
Additional context
I am getting the error "Import trace for requested module:" even in a new Next.js project that doesn't have any packages installed yet.
The text was updated successfully, but these errors were encountered: