volta
volta copied to clipboard
[error] yarn global remove doesnt work.
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
Same problem here. Any updates?
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