我正在使用 express 和 pug。这是 index.js 文件:app.get('/', function(req, res) {var bookStore = [{title: "Templating with Pug",author: "Winston Smith",pages: 143,year: 2017},{title: "Node.js will help",author: "G
2020-11-17
我正在尝试使用 node js 中的 commander 和 conf 模块为仅用于 node js 的 todo 应用程序构建 CLI,并使用粉笔为输出着色。我不确定如何解决返回的错误:ReferenceError:require 未在 ES 模块范围内定义,您可以改用 import此文件被视为 ES 模块,因为它具有“.js”文件扩展名包含“type”:“module”。要将其视为 Commo