0

所以我最近开始在一台 linux 机器(ubuntu 16.04)上工作,并按照http://jsreport.net/downloads/此处的安装说明进行操作。当我运行 npm start --production 我得到

    2016-09-13T16:51:57.134Z - info: Initializing jsreport in production mode using configuration file prod.config.json
2016-09-13T16:51:57.138Z - info: Setting process based strategy for rendering. Please visit http://jsreport.net/learn/configuration for information how to get more performance.
2016-09-13T16:51:57.146Z - info: Searching for available extensions in /home/ross/rifiniti/optimo_ui/
2016-09-13T16:51:57.152Z - info: Extensions location cache not found, crawling directories
2016-09-13T16:51:57.317Z - error: Error occured during reporter init Error: ENOENT, no such file or directory '/home/ross/rifiniti/optimo_ui/ember/tmp/tree_merger-tmp_dest_dir-2yGnPLMA.tmp/optimo-ui/config'
    at Error (native)
    at Object.fs.statSync (fs.js:801:18)
    at /home/ross/rifiniti/optimo_ui/node_modules/jsreport/node_modules/jsreport-core/lib/util/util.js:51:21
    at Array.forEach (native)
    at Object.exports.walkSync (/home/ross/rifiniti/optimo_ui/node_modules/jsreport/node_modules/jsreport-core/lib/util/util.js:44:10)
    at /home/ross/rifiniti/optimo_ui/node_modules/jsreport/node_modules/jsreport-core/lib/extensions/locationCache.js:50:20
From previous event:
    at /home/ross/rifiniti/optimo_ui/node_modules/jsreport/node_modules/jsreport-core/lib/reporter.js:90:8
From previous event:
    at Reporter.init (/home/ross/rifiniti/optimo_ui/node_modules/jsreport/node_modules/jsreport-core/lib/reporter.js:69:30)
    at Reporter.reporter.init (/home/ross/rifiniti/optimo_ui/node_modules/jsreport/lib/extendInit.js:8:21)
    at Object.<anonymous> (/home/ross/rifiniti/optimo_ui/server.js:1:85)

我不知道为什么。它在 mac 上运行良好,但现在它正在 ember 中寻找这个不存在的 tmp 文件。我很茫然,任何帮助将不胜感激!

4

1 回答 1

0

解决了!

我所要做的就是删除 ember 中的 tmp 目录,它就可以工作了。

于 2016-09-16T14:09:49.853 回答