代码改变世界

文章分类 -  node.js

模块管理器npm安装

2013-05-07 19:26 by hduhans, 154 阅读, 收藏,
摘要: npm是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。1、npm安装 ① window环境: 1) 安装git (网盘地址:http://pan.baidu.com/share/link?shareid=410965&uk=437486341) 2) 键入命令git config --system http.sslcainfo /bin/curl-ca-bundle.crtgit clone --recursive git://github.com/isaacs/npm.gitcd npmnode cli.js install npm -gf 3) ... 阅读全文