We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Works fine with node.exe v16.16.0
e.g. the following code hangs on the count call, then aborts without any error after about 10 seconds. import monk from 'monk'
import monk from 'monk'; const db = monk('mongodb://localhost:27017/somedb'); const count = await db.get('somecoll').count(); console.log(count);
The text was updated successfully, but these errors were encountered:
monk is now deprecated, switch to mongoose instead
Sorry, something went wrong.
I got it to work by changing the connecting string to use 127.0.0.1 instead of localhost.
No branches or pull requests
Works fine with node.exe v16.16.0
e.g. the following code hangs on the count call, then aborts without any error after about 10 seconds.
import monk from 'monk'
The text was updated successfully, but these errors were encountered: