使用包含“-element”的文件名时构建

时间:2013-05-03 14:14:25

标签: dart

当我使用webui支持创建新的dart Web应用程序时,生成的项目工作正常。但是当您重命名生成的文件“xclickcounter.html / .dart”时,例如:“counter-element.html”resp“counter-element.dart”并相应地更改相应的出现次数,我会收到如下错误:

`Unhandled exception:
FileIOException: Cannot retrieve full path for file 'web\packages' (OS Error: The system cannot find the file specified  
errno = 2)
Stack Trace:
_File.throwIfError (dart:io:1208:7)
_File.fullPathSync (dart:io:1097:17)
symlinkPubPackages (package:web_ui/dwc.dart:157:49)`

我不介意,不能在文件名中使用“-element”,但可能还有更多其他文件名限制。 有谁知道所有的限制是什么?

1 个答案:

答案 0 :(得分:0)

这似乎工作正常。很可能你要么没有改变某些东西,要么在浏览器中缓存了一些东西。尝试清除浏览器缓存,执行Ctrl + Refresh和/或重新启动Web服务器。