https://github.com/nvm-sh/nvm

Note

Each installed version of node has its own globally installed packages.

List

nvm list

Install

nvm install x.x.x

Use (switch to node version)

nvm use 22