When pack using webpack, it told me like this:
This dependency was not found:
* mux.js/lib/mp4/caption-parser in ./node_modules/video.js/dist/video.es.js
Explain in detail the exact steps necessary to reproduce the issue.
"video.js": "^7.6.5"
👋 Thanks for opening your first issue here! 👋
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Exact same issue, caption-parser is missing
Running into this as well. Any help would be appreciated :)
I fixed it by manualy installing mux.js npm install --save mux.js
我通过手动安装mux.js进行了修复
npm install --save mux.js
Have you solved it

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This dependency was not found:
To install it, you can run: npm install --save mux.js/lib/mp4/caption-parser
Most helpful comment
I fixed it by manualy installing mux.js
npm install --save mux.js