[node v14.x+] Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
See original GitHub issueThe new node version doesn’t let process to start. whenever
$ forever start app.js
is executed it shows the following warning
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: bot.js
(node:14545) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:14545) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
and after this if I check with forever list
it shows no process is running.
(node:14574) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:14574) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
info: No forever processes running
Issue Analytics
- State:
- Created 3 years ago
- Reactions:73
- Comments:66 (12 by maintainers)
Top Results From Across the Web
Accessing non-existent property 'padLevels' of module exports ...
Solved Root Cause. exports inside circular dependency. This phrase gave hint to solve the same issue for me, it seems that newer NodeJS...
Read more >Accessing non-existent property 'padLevels' of module exports ...
prompt: password: (node:93) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency.
Read more >Accessing non-existent property 'count' of module exports ...
Warning : Accessing non-existent property 'count' of module exports inside circular dependency ... Welcome to Node.js v14.0.0. Type “.help” for ...
Read more >foreverjs/forever - Gitter
When I try to run forever in node 14 I get circular dependency error. (node:733992) Warning: Accessing non-existent property 'padLevels' of module exports...
Read more >JSCS: Accessing non-existent property 'padLevels' of module ...
JSCS: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Node 14.5.0 +). image.png. { "disallowTrailingComma": true }.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
PLEASE STOP the “same here” posts. We all get it, everyone has this problem. If you want to “vote”, then just thumbs up one of these. Those of us watching this thread don’t need a new notification everyone someone says “me too”.
SAME HERE