无法运行应用程序,因为错误:产生 cronolog ENOENT

问题描述

我正在尝试运行用咖啡脚本编写的应用程序。通过一些 StackOverflow 帖子尝试了所有其他方法,但找不到任何运气。请有人帮忙

npm start

> [email protected] start /Users/tant/Projects/deal-service
> coffee app.coffee

/Users/tant/Projects/deal-service/node_modules/clumber/lib/lumber/transports/process.js:53
        throw buildError(_this.command,_this["arguments"],error);
        ^

Error during lumber Process transport: cronolog --symlink=log/production.log log/production.log.%Y-%m-%d
Error: spawn cronolog ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
    at onErrorNT (internal/child_process.js:362:16)
    at _combinedTickCallback (internal/process/next_tick.js:139:11)
    at process._tickCallback (internal/process/next_tick.js:181:9)
    at Function.Module.runMain (module.js:696:11)
    at startup (bootstrap_node.js:204:16)
    at bootstrap_node.js:625:3

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `coffee app.coffee`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/tant/.npm/_logs/2021-03-11T06_19_56_155Z-debug.log
make: *** [dev] Error 1

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)