← Back to Posts

install nodejs on centos 7

👤 علی ذوالفقار 📅 1399/03/20 07:59:44 👁️ 836 views
curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash
source ~/.bash_profile
nvm install 12.18.0
← Back to Posts