标签:style http color io os ar sp div 2014
1. 下载安装最新版nodejs: node-v0.10.32-x64.msi。注:安装时需要将node.exe添加到Path路径下,测试如下:
D:\Users\wade.zhan>node --version v0.10.32
2. 下载安装git:git,测试如下:
D:\Users\wade.zhan>git --version git version 1.9.2.msysgit.0
3. 安装NPM:
D:\Users\wade.zhan>git config --system http.sslcainfo /bin/curl-ca-bundle.crt D:\Users\wade.zhan>git clone --recursive git://github.com/isaacs/npm.git D:\Users\wade.zhan>cd npm D:\Users\wade.zhan>node cli.js install npm -gf
至此,Node,NPM就安装完毕了。
标签:style http color io os ar sp div 2014
原文地址:http://blog.csdn.net/billfeller/article/details/39998949