Dart正在应用程序目录中查找软件包(无法加载资源)

时间:2013-02-17 02:57:32

标签: dart dart-webui dart-editor

我在运行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,并且这些包是从项目/包目录中符号链接的。

我应该设置一个标志吗?

pub.yaml:

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

2 个答案:

答案 0 :(得分:2)

我在首选项>中有了Package-root目录。编辑器,指向/Applications/dart/dart-sdk/pkg/的目录设置。清除此字段可以解决问题。

答案 1 :(得分:0)

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