You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:3271) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
Additional information
I couldn't set flag for node because I run surge directly. So I don't know what modules really cause this.
The text was updated successfully, but these errors were encountered:
@addaleax
You have no idea how appreaciate I am. Thank you very much. I'll dig deeper to the problem.
Update 15/Aug
(node:4854) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:848:11)
at Object.get (internal/modules/cjs/loader.js:862:5)
at Object.exports.setLevels (/usr/lib/node_modules/surge/node_modules/winston/lib/winston/common.js:32:14)
at Object.<anonymous> (/usr/lib/node_modules/surge/node_modules/winston/lib/winston.js:83:8)
at Module._compile (internal/modules/cjs/loader.js:1251:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1272:10)
at Module.load (internal/modules/cjs/loader.js:1100:32)
at Function.Module._load (internal/modules/cjs/loader.js:962:14)
at Module.require (internal/modules/cjs/loader.js:1140:19)
at require (internal/modules/cjs/helpers.js:75:18)
This loop seems like a result of surge using a deprecated method from winston package. Maybe this is not actually problem of NodeJs.
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
It happens constantly.
What is the expected behavior?
In the surge document, it shouldn't have any warning.
What do you see instead?
Additional information
I couldn't set flag for node because I run
surge
directly. So I don't know what modules really cause this.The text was updated successfully, but these errors were encountered: