Express模块​​安装

时间:2015-08-11 18:07:17

标签: node.js express

我正在尝试安装快速模块安装,但问题是安装后我仍然无法使用快递。

我做了什么:

使用cmd安装express - npm install -g express

由于某种原因,它没有全球安装。

帮助?

1 个答案:

答案 0 :(得分:1)

您可能想要使用以下内容:

npm install -g express-generator

来源:this github issue

In later versions of express comand line was migrated to a separate module: express-generetor

use

npm install -g express-generator@3

and could use the express command