峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
Debian9 安装Nodejs和NPM
2019-03-26 |Nonni | TSI

添加Node.js PPA:

9.0新版安装:
curl -sL https://deb.nodesource.com/setup_9.x | bash -

8.0LTS版安装:
apt-get install curl python-software-properties
curl -sL https://deb.nodesource.com/setup_8.x | bash -

安装Node.js和NPM:

添加PPA文件后安装Nodejs包, NPM也将与node.js一起安装, 该命令还会在您的系统上安装许多其他相关软件包。
apt-get install nodejs

检查Node.js和NPM版本:

检查Node.js版本:
node -v

检查npm版本:
npm -v

respond-post-307

添加新评论

请填写称呼
请填写合法的电子邮箱地址
请填写合法的网站地址
请填写内容