6

最新バージョンの dart エディターをダウンロードして、次のことを行いました。

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 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 に答える