本文主要是介绍The flash tech is undefined Skipped browser support check for that tech,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
vue版本 2.x
VIDEOJS: ERROR: The "flash" tech is undefined. Skipped browser support check for that tech.
npm n多次也不好使 ,后来发现 是版本不一致,需要配置一下
解决方案:
webpack.base.conf.js 添加 modules: [path.resolve(‘node_modules’), ‘node_modules’]
resolve: {modules: [path.resolve('node_modules'), 'node_modules'],},
这篇关于The flash tech is undefined Skipped browser support check for that tech的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!