Skip to content
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

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

Open
Rusinas opened this issue Jul 4, 2022 · 3 comments
Open

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

Rusinas opened this issue Jul 4, 2022 · 3 comments

Comments

@Rusinas
Copy link

Rusinas commented Jul 4, 2022

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
Copy link
Author

Rusinas commented Jul 4, 2022

Seems like that's the reason:
image

@jdnichollsc
Copy link

@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
Copy link

OSA413 commented Sep 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants