question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[node v14.x+] Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency

See original GitHub issue

The 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:open
  • Created 3 years ago
  • Reactions:73
  • Comments:66 (12 by maintainers)

github_iconTop GitHub Comments

56reactions
getifycommented, Dec 10, 2020

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”.

52reactions
aogiercommented, Jan 26, 2021

SAME HERE

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found