volta icon indicating copy to clipboard operation
volta copied to clipboard

[error] yarn global remove doesnt work.

Open radiorz opened this issue 2 years ago • 2 comments


PS C:\Users\tikkhun> yarn global remove [email protected]
   note: using Volta to uninstall vue-cli
Volta warning:  No package 'vue-cli' found to uninstall

but actually there are vue-cli in yarn global dir

radiorz avatar Feb 14 '23 03:02 radiorz

Same problem here. Any updates?

fbaltor avatar Jun 01 '23 01:06 fbaltor

Was not easy, but I think I found a way to remove a global package. I'm using yarn v1 on Windows.

# Find yarn binary folder
yarn global bin
# -> C:\Users\Elliot\AppData\Local\Yarn\bin

# Then find a `Data/global` folder -> C:\Users\Elliot\AppData\Local\Yarn\Data\global
# Remove the package
yarn remove vue-cli

Elliot67 avatar Mar 22 '24 16:03 Elliot67