(1) 先卸载 npm:

sudo npm uninstall npm -g

(2) 然后卸载 Node.js.

如果是 Ubuntu 系统并使用 apt-get 安装的,可以使用命令:

sudo apt-get remove nodejs