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

Installation of dependency sampotts/plyr extremely slow #494

Open
marcoliverteschke opened this issue Aug 19, 2022 · 0 comments
Open

Installation of dependency sampotts/plyr extremely slow #494

marcoliverteschke opened this issue Aug 19, 2022 · 0 comments

Comments

@marcoliverteschke
Copy link

Hi,

when I add vue-plyr as a dependency as-is, my npm install time goes from under a minute to 10 minutes and longer, simply because it retries fetching sampotts/plyr many times.

After some looking around I found that if the dependency to plyr in vue-plyr's package.json is changed from

"plyr": "github:sampotts/plyr#develop",

to

"plyr": "git+https://github.com/sampotts/plyr.git#develop",

the installation time is back to a few seconds again.

Would it be possible to change this?

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

1 participant