我试图开始我的自定义视觉(像往常一样),但在我将 powerbi-custom-visual
从 3.0.10 版本更新到 beta 3.0.11 后,我收到以下错误:
error ENOENT: no such file or directory, open '/Users/mar/CustomVisuals/rangechart/.tmp/precompile/visualPlugin.ts'
(node:1454) UnhandledPromiseRejectionWarning: Error: Failed to generate visualPlugin.ts
at generateVisualPlugin.then.catch.ex (/usr/local/lib/node_modules/powerbi-visuals-tools/node_modules/powerbi-visuals-webpack-plugin/index.js:168:12)
at <anonymous>
有谁知道这是为什么?我回到了
powerbi-custom-visual
的先前测试版,但没有帮助。使用 2.3.0 版本一切正常。 最佳答案
在我删除项目中的 .tmp 文件夹以清理旧版本后,我遇到了类似的问题。我发现我必须在我的项目文件夹中手动(重新)创建 .tmp/precompile 目录。不知道为什么该工具无法自行创建它们。
关于PowerBI Visuals Tools - pbiviz 启动命令后出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/54801300/