Skip to content

prompt-sync takes a very long time(won't even accept input) to accept inputs  #51

@KodeSage

Description

@KodeSage

I Have Been trying to run a simple program

const prompt = require('prompt-sync')({sigint: true});

let me = prompt('Name :');
console.log(me);

Expected output
Name : [input]

But it just gets stuck and hangs (have a glitch) at Name : and not accepting any input

Any Solution to this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions