curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash -
curl -fsSL https://rpm.nodesource.com/setup_lts.x | sudo bash -
yum install -y nodejs
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
apt-get install -y nodejs
https://github.com/nodesource/distributions
node -v
https://nodejs.org/en/download/
http://nodejs.cn/download/
wget https://oss.npmmirror.com/dist/node/v17.1.0/node-v17.1.0-linux-x64.tar.xz
tar -xvf node-v17.1.0-linux-x64.tar.xz
mv node-v17.1.0-linux-x64 nodejs
echo $PATH
ln -s /netnr/run/nodejs/bin/npm /usr/local/bin/
ln -s /netnr/run/nodejs/bin/node /usr/local/bin/