我正在尝试安装快速模块安装,但问题是安装后我仍然无法使用快递。
我做了什么:
使用cmd安装express - npm install -g express
由于某种原因,它没有全球安装。
帮助?
答案 0 :(得分:1)
您可能想要使用以下内容:
npm install -g express-generator
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