// index.js import { YtDlp } from "ytdlp-nodejs"; const ytdlp = new YtDlp(); (async() => { const result = await ytdlp.getVersionAsync() console.log(result) })() Error :  Btw i am use latest version from npm