我有一个使用express-jade文件的基本node js应用程序。我想把它部署到我的firebase空调上。Public Directory Warning - Public directory does not contain an index.html
老实说,我没有index.html文件,因为我使用的是jade
我正在尝试向jade发送一个对象数组,以渲染它。我不能使用Jade来渲染它。在node.js中,我查询一个数据库,从数据库中检索几个文档,并将这些文档(JSON)放入一个对象数组(dataarray)。dataarray = [];我想在node.js get方法中将数据数组传递给Jade title: 'Image Analysis - this is the con
我是node.js的新手,我只是想学习如何使用Express和Jade。看起来jade.js中的这一行引起了某种问题:window.jade = require("jade");ReferenceError: window is not defined
at C:\Users\User\Desktop\node-js-web\node_modules\jade\jade<