After volta install node@18.10.0
➜ ~ volta list
⚡️ Currently active tools:
Node: v18.10.0 (default)
Tool binaries available:
pnpm, pnpx (default)
See options for more detailed reports by running `volta list --help`.
➜ ~ node -v
v14.20.0
➜ ~ whereis node
node: /Users/xx/.volta/tools/image/node/14.20.0/bin/node /Users/xxx/.volta/tools/image/node/14.20.0/share/man/man1/node.1
The volta list command shows that the node version is 18.10.0, but the node -v command tells me the version is 14.20.
It's confusing.
After
volta install node@18.10.0The
volta listcommand shows that the node version is18.10.0,but thenode -vcommand tells me the version is14.20.It's confusing.