fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.52k stars 799 forks source link

Cannot find name 'Omit' #644

Closed arcovoltaico closed 4 years ago

arcovoltaico commented 4 years ago

After updating to 3.1.0 I'm getting this error when npm start

ERROR in node_modules/ytdl-core/typings/index.d.ts(163,40): error TS2304: Cannot find name 'Omit'. node_modules/ytdl-core/typings/index.d.ts(163,70): error TS2304: Cannot find name 'Omit'.

arcovoltaico commented 4 years ago

Fixed by updating: "typescript": "3.5.3",