You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears you are using Volta. `npm-check-updates --global` cannot be used with Volta because Volta has i
ts own system for managing global packages which circumvents npm.
If you are still receiving this message after uninstalling Volta, ensure your PATH does not contain an ent
ry for Volta and your shell profile does not define VOLTA_HOME. You may need to reboot for changes to your
shell profile to take effect.
Error: nu::shell::non_zero_exit_code
I am not using npm, but pnpm.
Expected Behavior
To work with Volta.
Why ncu -g was needed? Because pnpm update -g --latest was not enough to upgrade some major versions in a package, even though it should.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
volta install node@latest
volta install corepack@latest
corepack enable
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack enable pnpm
ncu -g
Current Behavior
After typing
ncu -g
it is exited with an error.I am not using
npm
, butpnpm
.Expected Behavior
To work with Volta.
The text was updated successfully, but these errors were encountered: