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

Node warnings #61

Open
W01fw00d opened this issue Sep 30, 2021 · 0 comments
Open

Node warnings #61

W01fw00d opened this issue Sep 30, 2021 · 0 comments
Labels
bug Something isn't working Config

Comments

@W01fw00d
Copy link
Owner

Issues that appears on console while running the backend server:

(node:14444) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
(node:14444) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
(node:14444) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
(node:14444) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
(node:14444) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
(node:14444) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
(node:14444) DeprecationWarning: collection.remove is deprecated. Use deleteOne, deleteMany, or bulkWrite instead.

@W01fw00d W01fw00d added bug Something isn't working Config labels Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Config
Projects
None yet
Development

No branches or pull requests

1 participant