卸载节点并使用 nvm 安装的推荐方法是什么?

What is the recommended way to uninstall node, and install it with nvm?

我在 Mac 中安装了 Nodejs,但我是按常规方式安装的。我的新工作的要求之一是安装名为 NVM 的节点,那么,卸载 Node 并使用 NVM 重新安装它的推荐方法是什么?

要在 VPS 上安装它:

curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | bash

Read more here