You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'spackage.json is changed from
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 fromto
the installation time is back to a few seconds again.
Would it be possible to change this?
The text was updated successfully, but these errors were encountered: