我正在使用Dart编辑器| Dart编辑器版本1.10.0.dev_01_01(DEV) Dart SDK版本1.10.0-dev.1.1
我打开polymer_snippet并运行应用程序并按预期执行。
我尝试运行epimss_app但它没有运行并向Tools Ouput(控制台)显示以下错误
--- 1:20:06 PM Starting pub serve : polymer_snippet ---
Loading source assets...
The null object does not have a getter 'pubspec'.
NoSuchMethodError: method not found: 'pubspec'
Receiver: null
Arguments: []
dart:core Object.noSuchMethod
e:\b\build\slave\dart-editor-win-dev\build\dart\sdk\lib\_internal\pub\lib\src\barback\dependency_computer.dart 48 DependencyComputer.DependencyComputer.<fn>
dart:collection SetMixin.every
e:\b\build\slave\dart-editor-win-dev\build\dart\sdk\lib\_internal\pub\lib\src\barback\dependency_computer.dart 47 DependencyComputer.DependencyComputer
e:\b\build\slave\dart-editor-win-dev\build\dart\sdk\lib\_internal\pub\lib\src\barback\load_all_transformers.dart 33 loadAllTransformers.<async>
dart:isolate _RawReceivePortImpl._handleMessage
This is an unexpected error. Please run
pub --trace 'serve' 'web' '--port' '8080' '--admin-port' '49923' '--hostname' 'localhost'
and include the results in a bug report on http://dartbug.com/new.
我尝试再次运行聚合物片段,结果相同。我关闭Dart编辑器做了一个pub缓存修复并尝试再次运行任一应用程序,结果相同。
GUI(如果使用了dart-eclipse-editor)说错误启动应用程序 - 无法启动pub serve或连接到pub。
为什么会这样?我希望能够从一个飞镖应用程序更改为另一个飞镖应用程序,并且可以毫无问题地运行。
由于