-
Notifications
You must be signed in to change notification settings - Fork 139
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
Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency #439
Comments
It has happened before. I reported: #403 The improved version of this issue does not have any issues. This is a temporary workaround:
or you can deploy even if a message is displayed. |
I'm pretty sure this issue is resolved in edge which will be merged into master soon. You can test by running |
@sintaxi I'm trying it out with |
@fu-sen great! please report any issues you find. |
I followed the npm package: It happened again in
However, since the package has been updated recently, I hope it will be improved in the next few days. |
@fu-sen Its not clear to me what the problem is, and the difference between |
@sintaxi No, It is |
I was hoping to get more information from you :)
I'm very confused. What happened in I really appreciate you taking the time to report issues. To help I need stack traces, CLI output, and version numbers for both node & surge so I don't have to spend huge amounts of time trying to discover the problems you are already seeing. |
Oh, I'm more into the |
resolved #448 |
@sintaxi good job! 👍 I have confirmed that the You need to update:
|
@fu-sen thanks for confirming! |
@usmanhashmis how is that related to surge? |
node: 14.15.0
surge: 0.22.1
when i use surge it gives me this warning
(node:2744) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
but it still works
The text was updated successfully, but these errors were encountered: