Ubuntu 或 Debian 的软件仓库中的 Node.js 更新较慢,甚至只能等到新版本发布才能有最新的 Node.js 用。下面我们说一下从 NodeSource 提供的仓库中安装最新版本的 Node.js。
支持的 Debian 版本:
被支持的 Ubuntu 版本:
Ghost 目前支持 0.10.*
、0.12.*
和 >=4.2 <5.* (LTS)
版本的 Node.js,推荐的是 >0.10.40 (最新版本)
。详细说明请看这里:http://support.ghost.org/supported-node-versions/
根据我们的安装经验,推荐安装 4.x(LTS)版本的 Node.js。
(adsbygoogle = window.adsbygoogle || []).push({});
以 root 权限执行下列指令
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs
以 root 权限执行下列指令
curl -sL https://deb.nodesource.com/setup_0.10 | bash -
apt-get install -y nodejs
以 root 权限执行下列指令
curl -sL https://deb.nodesource.com/setup_0.12 | bash -
apt-get install -y nodejs
以下安装介绍完整介绍 Node.js 各个版本的安装。
Debian 系统。以 root 权限执行下列指令
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs