摘要: 1.以管理员身份打开cmd(避免出错)npm install -g express-generator@4Start the server:npm start链接,github官网说明https://github.com/strongloop/express 阅读全文
posted @ 2015-06-11 23:17 hlp鹏 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 按照官网下载安装,选择Windows Installer (.msi);,一直next安装,默认安装在C:\Program Files\nodejs下,环境变量会自动添加如果安装后,打开cmd输入node -v; npm -v显示版本号,则安装成功。以上步骤一般没问题。如果使用npm命令,无法安装任... 阅读全文
posted @ 2015-06-11 11:23 hlp鹏 阅读(1663) 评论(1) 推荐(1) 编辑