-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: plugin "playlist" does not exist #83
Comments
I got same error, how to configure the videojs-playlist on webpack?? |
I think it's because videojs-playlist still depends just on vjs 5.x. We forgot to update it, I'll make a PR. |
Please try version 4.0.1. |
Same here. Error still exists in version 4.0.1. |
Is this still an issue in 4.2.0? Having an issue setting this up in Vue. |
did someone solve this? having the same error... both "playlist" and "slides" are not working, "hotkeys" are working though but a look at the code tells me these plugins are written completely different |
I got this error after configuring webpack to work with HLS (videojs/videojs-contrib-hls#600 (comment)) It was working before I implemented HLS and I'm guessing it has something to do with having to bind the videojs to window. |
It happened after I updated the videojs and the playlist version
Test Chrome and Mozilla last version.
VideoJs Version = "video.js": "^6.2.7",
PlayList Version = "videojs-playlist": "4.0.0",
Build = WebPack
"npm": "^5.0.3",
[email protected]
Error Message
Error in mounted hook: "Error: plugin "playlist" does not exist"
The text was updated successfully, but these errors were encountered: