-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
pnpm global update not working #3779
Comments
Same here. pnpm version:6.24.2 Code to reproduce the issue:pnpm up -igL Expected behavior:Update selected packages to the latest version. Actual behavior:Does nothing.
Debug information comes with Additional information:
|
Try with pnpm v7 |
Still not woring in latest version 7.0.0-rc.9 Latest vsce version is 2.7.0 |
Yes, I could reproduce it. This works though:
It will install the latest |
I think this is the same as #3720 |
I'm doing this as a workaround:
You only need to run the first command once, then run the second command whenever you want to update your global packages. Might be dangerous but it seems to work. |
It worked for me, too, thanks @b0o But I wonder if there will be a fix for this problem or a best practice. |
@zkochan any update on this? I think this is an serious issue. |
I also noticed that when I update pnpm using brew, I lost all my global packages cc @zkochan (I really appreciate your hard work on pnpm, tnx mate ❤️ ) |
Yeah, doesn't work. Outdated sees it's outdated, but update just says it's all up to date, even with latest flag |
Any updates? |
Well, you can use
|
I'm so glad it's not just me. I was pouring over the documentation trying to figure out what I wasn't understanding. |
This is the same for me. |
|
This is seems same with version 8. What is the fix for this? |
This has been fixed on v8.6.3, I'm not sure it has been fixed on v7 |
7.33.2 has the fix too |
pnpm version:
6.15.0
Code to reproduce the issue:
pnpm update --interactive --latest --global
Expected behavior:
To upgrade pnpm itself to the newer version (in this case, 6.15.1)
Actual behavior:
it shows the progress and "Already up-to-date" message.
Additional information:
node -v
prints: v14.17.6The text was updated successfully, but these errors were encountered: