Commit 0f6229c4 authored by JingChao's avatar JingChao

Updates APP环境搭建/node.md

Auto commit by GitBook Editor
parent be799c46
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
![node下载](/picture/node.png) ![node下载](/picture/node.png)
* ####[1.2.安装node](http://www.runoob.com/nodejs/nodejs-install-setup.html) * #####[1.2.安装node](http://www.runoob.com/nodejs/nodejs-install-setup.html)
* ####1.3.检查node环境配置 * #####1.3.检查node环境配置
设置NODE_PATH 设置NODE_PATH
![检查环境](/picture/node-v.png) ![检查环境](/picture/node-v.png)
* ####1.4.检查npm是否安装 * #####1.4.检查npm是否安装
![npm环境](/picture/npm-v.png) ![npm环境](/picture/npm-v.png)
npm的使用请参参考 [http://www.runoob.com/nodejs/nodejs-npm.html](http://www.runoob.com/nodejs/nodejs-npm.html) npm的使用请参参考 [http://www.runoob.com/nodejs/nodejs-npm.html](http://www.runoob.com/nodejs/nodejs-npm.html)
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#####运行 npm install -g cnpm registry=https://registry.npm.taobao.org #####运行 npm install -g cnpm registry=https://registry.npm.taobao.org
此后的**npm**命令可以使用 **cnpm**代替 此后的**npm**命令可以使用 **cnpm**代替
* ####1.4.安装全局的ionic * #####1.5.安装全局的ionic
在cmd窗口执行 npm install -g ionic@1.7.16 在cmd窗口执行 npm install -g ionic@1.7.16
安装完成后检查版本号 安装完成后检查版本号
......
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