2019-08-07 centos7 快速安装nodejs npm

编译安装太慢了

curl -sL https://rpm.nodesource.com/setup_12.x | bash -
sudo yum install epel-release -y
sudo yum install nodejs npm -y --skip-broken

上面这个不好使,用这个
https://github.com/nvm-sh/nvm#install--update-script

https://github.com/nodesource/distributions

https://www.ostechnix.com/install-node-js-linux/

你可能感兴趣的:(2019-08-07 centos7 快速安装nodejs npm)