赞
踩
在CentOS上安装npm,您需要先安装Node.js,因为npm是Node.js的包管理器。以下是安装步骤:
sudo yum update
来更新系统。sudo yum install -y gcc-c++ make
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
这样就算好了
sudo yum install nodejs
选项一路y
这就算完成了
node --version npm -v
npm config set registry https://registry.npmmirror.com
可以通过运行 npm config get registry
来验证镜像是否设置成功。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。