0
誰能告訴我爲什麼哈巴狗API不具有簡單的例子,從他們的文檔頁面帕格API不工作
const pug = require('pug');
// Compile the source code
const compiledFunction = pug.compileFile('template.pug');
// Render a set of data
console.log(compiledFunction({
name: 'Timothy'
}));
// "<p>Timothy's Pug source code!</p>"
工作沒有梅特我做什麼它總是告訴pug.compileFile不是一個函數