Skip to content
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 'splice' of module exports inside circular dependency #18

Closed
elena-dumitrescu opened this issue Mar 10, 2021 · 1 comment
Assignees
Labels
bug Something isn't working knex-filters

Comments

@elena-dumitrescu
Copy link

With higher node version (mine is v14.15.1), I got this warning "Accessing non-existent property 'splice' of module exports inside circular dependency". This warning appears in messageHandler file.

@oncicaradupopovici
Copy link
Contributor

NodeBB does not directly use splice in the source code, but it could be a direct or indirect dependency requiring this property.
Use --trace-warnings flag to see the full stack and get more info about what package is actuallly requiring this property.
See nodejs/node#32987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working knex-filters
Projects
None yet
Development

No branches or pull requests

2 participants