I want to check all installed npm packages globally with volta.
Before volta, I usually used npm-check-updates
with the command ncu --global
.
With volta, this does not work anymore.
What is the best way to check and update all packages installed globally with volta?