摘要:
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) ... 阅读全文
浙公网安备 33010602011771号