centos下安装nodejs

curl -sL https://rpm.nodesource.com/setup_10.x | bash -yum install -y nodejs
node -v
npm -v