miketierce
miketierce
With some help from the community, I was able to work around this issue and programmatically control the start and stop time of an embedded YouTube video in a VueJs...
I didn't appreciate this behavior but I think found a clever way around it by toggling a variable from the pause/stopped player events that will hide the iframe and display...
I just ran into a similar issue and fixed it by removing these additional packages from the nuxt build process. ```javascript // remove from nuxt.config.js import VuetifyLoaderPlugin from "vuetify-loader/lib/plugin"; import...
I managed to get passed this error with the following Bun: 1.1.34 Operating System: Alpine Linux Nuxt Version: 3.16.0 Node Version: 22 Step to resolve ``` // package.json "devDependencies": {...