visual-studio-code - 编译错误 : openFile: does not exist (No such file or directory)*

标签 visual-studio-code elm

当我尝试使用 Visual Studio Code 编译 Main.elm 文件(通过 Ctrl+F5)时,收到以下错误:

错误:
elm-make: c:\Users\Bizmonger\Documents\Visual: openFile: 不存在(没有那个文件或目录)

注:

我正在尝试编译 Elm solution that I cloned from GitHub .

这是父目录:
enter image description here

这是包含 elm 文件的 src 目录:

enter image description here

为什么我会收到此错误?

enter image description here

最佳答案

错误消息看起来像是在 Visual 之后截断了文件夹名称。 ,但我假设您在名为 Visual Studio Projects 的文件夹中.尝试将项目移动到名称中没有空格的文件夹树中。

关于visual-studio-code - 编译错误 : openFile: does not exist (No such file or directory)*,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43921475/

相关文章:

electron - 在 Electron 中使用 Elm 0.19 时无法读取未定义的属性 'Elm'

javascript - 如何使用 Vue 为 VSCode 创建扩展

visual-studio-code - 如何在 vscode 的 TreeDataProvider 中监听事件?

elm - 如何从更新中触发更新调用

functional-programming - Elm 为模型中的其他项目指定不同的值

functional-programming - 将 elm 高阶函数用于键盘事件

debugging - vs Code 调试 Blazor WASM 独立版

visual-studio-code - VSCode : is it possible to easily format/color my own "language"?

java - Visual Studio Code - Java 类型层次结构

javascript - 使用 Moment.js 制作原生 ELM 模块