Express安装后出现command not found问题

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 全局

posted @ 2015-09-17 16:40  露西涂  阅读(281)  评论(0编辑  收藏  举报