mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
274 stars 43 forks source link

Installation 1.2.4 stuck on Windows #28

Closed darthf1 closed 4 years ago

darthf1 commented 4 years ago

Im running Yarn 1.19.2 with Windows 10 and I'm unable to upgrade from 1.2.3 to 1.2.4. The installation is stuck at:

verbose 1.439315201 Performing "GET" request to "https://registry.yarnpkg.com/vue2-perfect-scrollbar/-/vue2-perfect-scrollbar-1.2.4.tgz".

I'm able to install the package on Alpine with Yarn. I'm able to install the package with NPM on Windows. I already did a yarn cache clear and removed the node_modules folder.

When comparing the two releases, I noticed the 1.2.4 release .tgz file includes a file which is just a /, could that be the issue?

image

darthf1 commented 4 years ago

Hi @mercs600, do you have any idea? I'm still unable to update.

mercs600 commented 4 years ago

sorry @darthf1 but I don't have idea how to reproduce it. I don't see that file what are you talking about, also when I download it as a zip. I can test it only on macOS/Linux at this moment and it works. Could you try on different PC ?

darthf1 commented 4 years ago

Hi @mercs600, thanks for your response. I don't have another PC to test, I will try to do that later. I also have no issues on Linux (don't have a macOS), only with Yarn on Windows.

These are the files I've downloaded: https://registry.yarnpkg.com/vue2-perfect-scrollbar/-/vue2-perfect-scrollbar-1.2.3.tgz https://registry.yarnpkg.com/vue2-perfect-scrollbar/-/vue2-perfect-scrollbar-1.2.4.tgz

If I open these files with Winrar I get the result as shown in the screenshot.

@fishiky and @Jay-Bond, since you gave the initial post a thumbs up, do you have the same issue?

darthf1 commented 4 years ago

@mercs600 just tried on a different Windows 10 PC, I have the same issue there.

mercs600 commented 4 years ago

I see, I just published new version on npm with your typo fix. Could you check now ?

darthf1 commented 4 years ago

Yep! Much better. Can install 1.2.5 without issues. Just a one-off glitch I guess. The weird file is gone, so I guess that led to the installation failure.

image

mercs600 commented 4 years ago

Nice! yes it was weird ;-) Thanks for the information.