Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次尝试运行 node site.js 时,我都会收到此错误
错误:log4js 配置问题:({ appenders:
任何人有任何想法或知道修复,我正在尝试运行 site.js 来启动我的网站。
确保您在配置参数中符合该语法:
log4js.configure({ appenders: { gouda: { type: 'cheese/appender', flavour: 'tasty' } }, categories: { default: { appenders: ['gouda'], level: 'debug' }} });
我已经看到了这个错误。我的代码错了。