首页 > Windows开发 > 详细

Windows 7 搭建 nodejs、npm、express 环境

时间:2014-02-13 05:07:47      阅读:496      评论:0      收藏:0      [点我收藏+]

准备工作:

  1. 下载nodejs (exe format)(http://nodejs.org/)
  2. 下载npm(zip format)(http://nodejs.org/dist/npm/)

开始安装

  1. Make a clean directory (for example "D:\Program Files\nodejs") and add that directory to your system‘s PATH variable
  2. Put the downloaded node.exe file to the directory you made
  3. Unpack the downloaded npm-xxx file to the same directory
  4. Open cmd command window in the directory  of  "D:\Program Files\nodejs", execute npm install express -g
  5. Done.

Windows 7 搭建 nodejs、npm、express 环境

原文:http://www.cnblogs.com/RobertC/p/3546674.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!