File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Node 安装和配置
2
+
3
+ ## Node 安装
4
+
5
+ - 官网:< https://nodejs.org >
6
+ - 官网下载:< https://nodejs.org/zh-cn/download/ >
7
+ - 历史版本下载:< https://nodejs.org/zh-cn/download/releases/ >
8
+ - 此时(20171212) Maven 最新版本为:** 8.9.3 (includes npm 5.5.1)**
9
+ - 官网安装教程:< https://nodejs.org/en/download/package-manager/ >
10
+ - 官网 CentOS 系统下的安装教程:< https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora >
11
+ - 官网文档复制过来就是:
12
+
13
+ ```
14
+ 如果你是要安装 node 8 系列,下载这个 yum 源
15
+ curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
16
+
17
+ 如果你是要安装 node 9 系列,下载这个 yum 源
18
+ curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
19
+
20
+ 然后通过 yum 开始安装
21
+ sudo yum -y install nodejs
22
+ ```
23
+
24
+
25
+
Original file line number Diff line number Diff line change 75
75
- [ LDAP 安装和使用] ( LDAP-Install-And-Settings.md )
76
76
- [ Alfresco 安装和使用] ( Alfresco-Install-And-Usage.md )
77
77
- [ Apache Thrift 安装和使用] ( Thrift-Install-And-Usage.md )
78
+ - [ Node.js 安装和使用] ( Node-Install-And-Usage.md )
78
79
79
80
80
81
## 下一步(Next)
You can’t perform that action at this time.
0 commit comments