centos7.9 install nodejs16

1. Add NodeSource to yum source

curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo bash -

2. Install Node.js and npm

sudo yum install nodejs

3. Verify the installation of Node.js and npm

Supongo que te gusta

Origin blog.csdn.net/wangshiqi666/article/details/131381910
Recomendado
Clasificación