CentOS 7 & install node All In One
CentOS 7 & install node All In One
nvm
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
$ command -v nvm
https://github.com/nvm-sh/nvm#install--update-script
# bash
$ source ~/.bashrc
# zsh
$ source ~/.zshrc
# ksh
$ . ~/.profile
$ nvm ls
$ nvm ls-remote
$ nvm install 10.16.3
$ nvm use 10.16.3
refs
https://github.com/xgqfrms/linux/issues/5
https://nodejs.org/en/download/package-manager/#centos-fedora-and-red-hat-enterprise-linux
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-a-centos-7-server
https://linuxize.com/post/how-to-install-node-js-on-centos-7/
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/14660510.html
未经授权禁止转载,违者必究!