ReferenceError: Cannot access 'w' before initialization #77540
Unanswered
jytheawesome
asked this question in
Help
Replies: 1 comment
-
There's an experimental config, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi Next.js community,
I am having an error after running the command
next build
Here is my error stack:
The above are all the pages in the frontend component of my application.
I searched online and some folks have mentioned that it could be caused by a circular dependency issue, but I ran madge and there were no circular dependecies in my project. As the error messages don't point to a specific file in my code outside of node_modules, its hard to tell where exactly in my code is causing the problem.
I am using
I would appreciate if anyone may have an idea of what is causing this issue :)
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions