elm-make.exe: getFileAttributesExStandard: 不存在
elm-make.exe: getFileAttributesExStandard: does not exist
我按照说明获取了 debois/elm-mdl here 的最新版本。
使用elm-github-install安装v9后,我的app不想再编译了。我收到以下错误:
11:42:35 PM client.1 | Module build failed: Error: Compiler process exited with error Compilation failed
11:42:35 PM client.1 | elm-make.exe: getFileAttributesExStandard: does not exist (The system cannot find the path specified.)
最终起作用的是删除 elm-stuff 文件夹并使用 elm-install 重新安装所有内容。
我按照说明获取了 debois/elm-mdl here 的最新版本。
使用elm-github-install安装v9后,我的app不想再编译了。我收到以下错误:
11:42:35 PM client.1 | Module build failed: Error: Compiler process exited with error Compilation failed 11:42:35 PM client.1 | elm-make.exe: getFileAttributesExStandard: does not exist (The system cannot find the path specified.)
最终起作用的是删除 elm-stuff 文件夹并使用 elm-install 重新安装所有内容。