Commit 88efecf0 authored by JingChao's avatar JingChao

Updates APP环境搭建/node.md

Auto commit by GitBook Editor
parent adf10cc3
......@@ -8,25 +8,25 @@
## 软件安装
### [1.node安装及配置](id:node)
** 1.1.node官网下载对应版本**
* 1.1.node官网下载对应版本
访问 [https://nodejs.org/en/download/](https://nodejs.org/en/download/)
![node下载](/picture/node.png)
** 1.2.安装node**
* 1.2.安装node
参照地址 [http://www.runoob.com/nodejs/nodejs-install-setup.html](http://www.runoob.com/nodejs/nodejs-install-setup.html)
![检查环境](/picture/node-v.png)
** 1.3.检查node环境配置**
* 1.3.检查node环境配置
设置NODE_PATH,在系统变量值增加如下环境变量,变量值为nodejs安装目录下的node_modules
![环境变量](/picture/node-path.png)
* 1.4.检查npm是否安装*
* 1.4.检查npm是否安装
![npm环境](/picture/npm-v.png)
......@@ -37,7 +37,7 @@
##### 运行 npm install -g cnpm registry=https://registry.npm.taobao.org</H5>
此后的**npm**命令可以使用 **cnpm**代替
**1.5.安装全局的ionic**
* 1.5.安装全局的ionic
在cmd窗口执行 npm install -g ionic@1.7.16
......@@ -45,7 +45,7 @@
![ionic -v](/picture/ionic-v.png)
**1.6.安装全局的gulp,bower,cordova**
* 1.6.安装全局的gulp,bower,cordova*
在cmd窗口执行 npm install -g gulp bower@1.8.0 cordova@6.2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment