生成的Dart编辑器Web应用程序无法正常工作

时间:2013-06-13 18:00:06

标签: dart dart-editor

我刚刚下载了最新版本的飞镖编辑器并执行了以下操作:

1)创建了一个新的Web应用程序。当我尝试运行时,出现以下错误:

> Failed to load resource: the server responded with a status of 404
> (Not Found)  
> http://127.0.0.1:3030/C:/DartApps/HelloWeb/web/packages/browser/dart.js

2)经过一些研究,我尝试了以下内容 - 我认为我可能需要一些依赖项 - Pub安装。现在我收到以下错误:

> Pub install failed, [1] Resolving dependencies... Got socket error
> trying to find package "browser" at https://pub.dartlang.org. OS
> Error: Peer's Certificate issuer is not recognized., errno = -8179

我有什么想法可以解决这个问题?我没有走得太远。

谢谢,

与Shon

1 个答案:

答案 0 :(得分:0)

首先尝试运行pub update命令。这应该更新您的依赖项。

http://pub.dartlang.org/doc/pub-update.html