centos 安装 npm


# nodesource 各种版本

https://github.com/nodesource/distributions

# 编译环境

yum install gcc-c++ make

# 添加NodeSource存储库

curl -sL https://rpm.nodesource.com/setup_10.x | bash -

yum -y install nodejs

node -v

npm -v

发布了157 篇原创文章 · 获赞 85 · 访问量 34万+

猜你喜欢

转载自blog.csdn.net/Areigninhell/article/details/103718589