Skip to content

monk not working with node v18.8 on windows 11 #347

Description

@craigbroadbear

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions