码迷,mamicode.com
首页 > 其他好文 > 详细

Express安装后出现command not found问题

时间:2015-09-17 19:16:59      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

Express安装后出现command not found问题
安装Node.js的web框架Express:npm install -g express,键入命令:express –help,出现提示:sh: express: command not found。明明安装了express,但却告知不能命令运行express。
显示command not found
解决方案
在安装express时增加generator参数:npm install -g express-generator
命令解释
npm 调取npm包工具
install 安装
express-generator express生成工具
-g 全局

Express安装后出现command not found问题

标签:

原文地址:http://www.cnblogs.com/tuluxmu/p/4816833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!