美文网首页
转载:推荐一个紧跟 nodejs 官方最新稳定版的 ppa 源(

转载:推荐一个紧跟 nodejs 官方最新稳定版的 ppa 源(

作者: ghostor | 来源:发表于2015-06-07 18:52 被阅读85次

原链接:https://cnodejs.org/topic/50bc6302637ffa41556cc5fb

适合使用 ubuntu 系统,喜欢使用最新版本,又不想每次都自己编译的开发者。

PPA页面:https://launchpad.net/~chris-lea/+archive/node.js/

附上自制安装脚本一个(需要在管理员权限下运行),手动安装也可以参考这里的步骤

yes|apt-getinstall python-software-properties&&\

yes|add-apt-repository ppa:chris-lea/node.js&&\

apt-getupdate&&\

yes|apt-getinstall nodejs npm

相关文章

网友评论

      本文标题:转载:推荐一个紧跟 nodejs 官方最新稳定版的 ppa 源(

      本文链接:https://www.haomeiwen.com/subject/rdwdxttx.html