码迷,mamicode.com
首页 > Windows程序 > 详细

Windows环境下安装Node+NPM工具

时间:2014-10-11 22:03:26      阅读:230      评论:0      收藏:0      [点我收藏+]

标签: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就安装完毕了。

Windows环境下安装Node+NPM工具

标签:style   http   color   io   os   ar   sp   div   2014   

原文地址:http://blog.csdn.net/billfeller/article/details/39998949

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!