redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Other
768 stars 136 forks source link

Vue Plyr 7.0.0 causes npm ci in Docker fail with error 401 #488

Open Rusinas opened 2 years ago

Rusinas commented 2 years ago

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

Rusinas commented 2 years ago

Seems like that's the reason: image

jdnichollsc commented 2 years ago

@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

OSA413 commented 12 months ago

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