1

运行 WebUI 新项目生成的代码时出现错误:

Failed to load resource: the server responded with a status of 404 (Not Found)
    http://127.0.0.1:3030/Applications/dart/dart-sdk/pkg/web_ui/web_ui.dart
Failed to load a file http://127.0.0.1:3030/Applications/dart/dart-sdk/pkg/web_ui/web_ui.dart

我已经运行了pub install,并且包是从 project/packages 目录符号链接的。

我应该设置一个标志吗?

pub.yaml:

name: test
description: A sample WebUI application
dependencies:
  browser: any
  js: any
  web_ui: any
4

2 回答 2

2

我在 Preferences > Editor 中有 Package-root 目录,Directory Settings 指向/Applications/dart/dart-sdk/pkg/. 清除此字段可解决问题。

于 2013-02-19T01:00:06.730 回答
0

当您复制/粘贴或移动文件夹时,也会发生这种错误。要修复它,您可以尝试打开 pubspec.yaml 并单击“运行 Pub 安装”(Pub Actions)。在某些情况下,这对我来说很好。

于 2013-08-07T19:02:35.150 回答