首页 > 其他 > 详细

express模块安装后cmd中不能运行

时间:2014-05-22 05:02:08      阅读:403      评论:0      收藏:0      [点我收藏+]

在各种关于NodeJS的教材中,必定会有关于express的介绍.express本身是一个很赞的库.

在之前的express版本中,在全局模式安装(npm -g install express)之后,在cmd命令行中,都可以使用express命令进行各种操作(创建简单的网站模板等).

但是,现在安装后,发现cmd中不再支持express命令.

解决:再安装一个express-generator模块即可.

npm -g install express-generator

以下是express官方关于它的描述.

This tool provides a simple way to get an application skeleton going, but has limited scope, for example it supports only a few template engines, whereas Express itself supports virtually any template engine built for node. Be sure to check out the --help:

express模块安装后cmd中不能运行,布布扣,bubuko.com

express模块安装后cmd中不能运行

原文:http://www.cnblogs.com/robyn/p/3738400.html

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