linux 安装各个版本nodejs

以8.X为例node 安装8.X版本nodejsnpm curl -sL https://rpm.nodesource.com/setup_8.x | bash yum -y install nodejs 以为node版本低能够安装n模块 使用n升级nodebash npm install -g n 升级node.js到最新稳定版curl n stable 升级node.js到最新版url n l
相关文章
相关标签/搜索