import { read } from 'read'; (async () => { var nev = await read({ prompt: 'Adja meg a nevét: ' }); console.log(nev); })();