Closed darthf1 closed 4 years ago
Hi @mercs600, do you have any idea? I'm still unable to update.
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 ?
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?
@mercs600 just tried on a different Windows 10 PC, I have the same issue there.
I see, I just published new version on npm with your typo fix. Could you check now ?
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.
Nice! yes it was weird ;-) Thanks for the information.
Im running
Yarn 1.19.2
withWindows 10
and I'm unable to upgrade from1.2.3
to1.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
withYarn
. I'm able to install the package withNPM
onWindows
. I already did ayarn cache clear
and removed thenode_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?