vue-plyr
vue-plyr copied to clipboard
Vue Plyr 7.0.0 causes npm ci in Docker fail with error 401
It's weird, but I can't run npm ci in our pipeline (using docker), when I have Vue Plyr 7.0.0 installed. Removing it solves the issue
Seems like that's the reason:
@redxtech hey mate, thanks for this great project! Question, why are you not importing plyr package using npm instead? 🤔 I'm asking about this line
You can try adding the following block into the root of your package.json
"overrides": {
"vue-plyr": {
"plyr": "^3.7.0"
}
}
and update or remove your package-lock.json file