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:847) Warning: Accessing non-existent property + Please try a different name.

See original GitHub issue

(node:847) Warning: Accessing non-existent property ‘cat’ of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) (node:847) Warning: Accessing non-existent property ‘cd’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘chmod’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘cp’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘dirs’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘pushd’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘popd’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘echo’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘tempdir’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘pwd’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘exec’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘ls’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘find’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘grep’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘head’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘ln’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘mkdir’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘rm’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘mv’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘sed’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘set’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘sort’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘tail’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘test’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘to’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘toEnd’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘touch’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘uniq’ of module exports inside circular dependency (node:847) Warning: Accessing non-existent property ‘which’ of module exports inside circular dependency Please try a different name.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
vomchikcommented, Oct 23, 2020

Should be fixed in the new release 2.5.0. Please let me know if the fix works for you.

1reaction
kalyanijamunkar10commented, Sep 24, 2020

@jacow any luck on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Accessing non-existent property 'column' of module exports ...
Node 14 with warning (node:31518) Warning: Accessing non-existent property 'column' of module exports inside circular dependency #32987.
Read more >
Accessing non-existent property 'sequelize' of module exports ...
When you run --trace-warnings , you are pointing to a non-existent file. You need to run it on the same file, e.g. node...
Read more >
Accessing non-existent property 'count' of module exports ...
(node:10624) Warning: Accessing non-existent property 'count' of module exports inside circular dependency (Use node --trace-warnings ... to ...
Read more >
Understanding non-existent properties and working with nulls
A map with an entry with a null value, as above, is different than a map that is missing the entry. This differentiation...
Read more >
[NODE-3119] Node 14.5.4, mongo 3.6.4 Circular warnings
(node:2396) Warning: Accessing non-existent property 'count' of module exports inside ... so trying to figure out what might be different.
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