We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
yum install -y nodejs yum install -y gcc-c++ make
npm config set registry=https://registry.npm.taobao.org
node -v
curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
yum install -y yarn
yarn config set registry https://registry.npm.taobao.org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Centos7 安装node npm yarn
1.安装yum源
2.安装node.js
3.使用npm国内阿里源
4.查看node.js版本
5.安装yarn源
6.安装yarn
7.设置yarn代理
The text was updated successfully, but these errors were encountered: