Giter Site home page Giter Site logo

Comments (3)

reaink avatar reaink commented on July 22, 2024 2

@nietonfir Thank you, I use @hulkapps/vue-plyr fork package can work

from vue-plyr.

nietonfir avatar nietonfir commented on July 22, 2024 1

That's because the dependency on plyr is defined through a github URL, which npm apparently translates to git+ssh://[email protected]/sampotts/plyr.git. And for ssh access to github you need SSH-keys configured in your github account.

The easiest way for you would be to install the plyr dependency by yourself: npm i plyr

Please keep in mind, that this could result in problems as this repo has not seen any updates for quite some time while plyr development continued, so you might need to downgrade to an older version of plyr instead. Assuming plyr honors semver you should be fine though.

from vue-plyr.

nietonfir avatar nietonfir commented on July 22, 2024

Well, that did not solve it completely.

What did work on the other hand was forcing an override:

  "overrides": {
    "vue-plyr": {
      "plyr": "^3.7.0"
    }
  },

This is a relative new npm feature introduced in v8.3, see https://stackoverflow.com/a/70396201/838733 and https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides

from vue-plyr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.