6

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

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

> 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 install。现在我收到以下错误:

> 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

有什么想法可以解决这个问题吗?我不会走得很远。

谢谢,

4

1 回答 1

1

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

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

于 2013-06-13T19:05:54.740 回答