gpt4 book ai didi

node.js - 添加霍根支持表达

转载 作者:太空宇宙 更新时间:2023-11-03 22:33:59 26 4
gpt4 key购买 nike

我想为我的 express 添加霍根支持。我见过this tutorial正在显示

$ express -h

Usage: express [options] [dir]

Options:

-h, --help output usage information
-V, --version output the version number
-e, --ejs add ejs engine support (defaults to jade)
--hbs add handlebars engine support
-H, --hogan add hogan.js engine support
-c, --css <engine> add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
--git add .gitignore
-f, --force force on non-empty directory

但是当我在我的机器上安装时它显示

$ express -h

Usage: express [options] [path]

Options:
-s, --sessions add session support
-t, --template <engine> add template <engine> support (jade|ejs). default=jade
-c, --css <engine> add stylesheet <engine> support (stylus). default=plain css
-v, --version output framework version
-h, --help output help information

我缺少什么?

最佳答案

本教程展示了如果您使用 npm install -gexpress-generator 安装的 CLI 运行 express -h 将会出现什么结果。

您的结果是使用旧版本 Express(如 2.5.11)中包含的 CLI 运行 express -h 的结果。当前版本4.3.13没有CLI。

如果您使用的是类 Unix 操作系统,您可以执行 whichexpress 来找出您正在执行的文件所在的位置。如果它是系统文件(例如,/usr/local/bin/express),您可以尝试npm uninstall -gexpress && npm install -gexpress-generator。一般来说,您不希望或不需要全局安装 express

关于node.js - 添加霍根支持表达,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32471554/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com