Windows 7 搭建 nodejs、npm、express 环境
时间:2014-02-13 05:07:47
收藏:0
阅读:501
准备工作:
开始安装
- Make a clean directory (for example "D:\Program Files\nodejs") and add
that directory to your system‘s
PATHvariable - Put the downloaded
node.exefile to the directory you made - Unpack the downloaded
npm-xxxfile to the same directory - Open cmd command window in the directory of "D:\Program Files\nodejs", execute npm install express -g
- Done.
原文:http://www.cnblogs.com/RobertC/p/3546674.html
评论(0)