下载或者升级videojs时报错:Super expression must either be null or a function, not undefined
解决:
引入了import ‘videojs-contrib-hls’;,无需引入;
下载或升级videojs报错:Super expression must either be null or a function, not undefined
在尝试下载或升级videojs时遇到错误,提示Superexpression必须是null或函数,而不是undefined。文章指出问题可能由于导入videojs-contrib-hls引起,但其实并不需要导入此库。解决方案可能是检查代码中对videojs的引用和初始化是否正确,确保没有未定义的函数引用。
摘要由CSDN通过智能技术生成