Commit 967ed558 authored by JingChao's avatar JingChao

Updates APP环境搭建/node.md

Auto commit by GitBook Editor
parent 4404fe7a
......@@ -12,12 +12,16 @@
* ####[1.2.安装node](http://www.runoob.com/nodejs/nodejs-install-setup.html)
* ####1.3.检查node环境配置
设置NODE_PATH
![检查环境](/picture/node-v.png)
* ####1.4.检查npm是否安装
![npm环境](/picture/npm-v.png)
npm的使用请参参考 [http://www.runoob.com/nodejs/nodejs-npm.html](http://www.runoob.com/nodejs/nodejs-npm.html)
npm会从国外网站上下载资源,由于国内网络限制有些资源无法下载下来,我们采用淘宝的镜像解决此问题
* ####1.4.安装全局的ionic
在cmd窗口执行 npm install -g ionic@1.7.16
* ####1.5.安装全局的gulp
......
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