How To Install Node.js On Ubuntu 发表于 2020-07-21 更新于 2023-11-21 Node.js binary distributions are available from NodeSource123# Using Ubuntucurl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -sudo apt-get install -y nodejs Install cnpm12npm config set registry https://registry.npm.taobao.org/npm install cnpm -g