gpt4 book ai didi

node.js - 找不到jade-bootstrap安装文件

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

我正在尝试使用jade-bootstrap,但我显然错过了一个步骤。

根据 jade-bootstrap installation instructions :

  • 我运行了“npm install james-bootstrap”并看到了 node_modules 中的包。
  • 我使用 _boostrap 扩展了我的 index.jade。

我的代码:

extends _bootstrap

block content
h1= title
p Welcome to #{title}

但我收到此错误:

ENOENT: no such file or directory, open '/var/myproject/views/_bootstrap.jade'

我在这里缺少什么?我不必将 bootstrap .jade 文件复制到我的项目中吗?

最佳答案

this example 的外观来看您实际上需要 _bootstrap.jade 的相对路径,应该类似于:

extends ../node_modules/jade-bootstrap/_bootstrap.jade

关于node.js - 找不到jade-bootstrap安装文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37844279/

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