gpt4 book ai didi

dart - 构建失败-检查导入-Dart Angular教程-angular_tour_of_heroes-第2部分

转载 作者:行者123 更新时间:2023-12-03 04:02:23 25 4
gpt4 key购买 nike

跟随tutorail时-Angular-dart tutorial - Tour of Heroes - part 2

在使用Chrome的同时在Windows 10中使用IntelliJ IDEA的问题,出现以下错误-
[SEVERE] build_web_compilers|entrypoint on web/main.dart (cached):
Unable to find modules for some sources, this is usually the result of either a
bad import, a missing dependency in a package (or possibly a dev_dependency
needs to move to a real dependency), or a build failure (if importing a
generated file).
Please check the following imports:import 'package:angular_app/app_component.css.shim.dart' as import0; from angular_app|lib/app_component.template.dart at 12:1[SEVERE] Failed after 1.3sServing web on http://localhost:53323
我已经检查了多次,并替换了全部-5个文件-即
来自Review the app structurelib/app_component.css, lib/app_component.dart, lib/app_component.html, lib/src/hero.dart & lib/src/mock_heroes.dart,但我仍然收到上述错误&-

  • 我找不到任何app_component.template.dart
  • 也无法使用IntelliJ在路径中查找(Ctrl + Shift + F)
  • 来找到导入的 package:angular_app/app_component.css.shim.dartshim的任何实例
  • 我试图删除构建并重建。
  • 我还使用Windows软件包管理器重新安装了dart 2.1.0,并在IntelliJ IDEA设置/ Dart中相应地更改了dart-sdk的位置,因为在短时间内我遇到了dart-sdk错误,但已修复。


  • 这是我第一次在stacksoverflow上提问,但是我检查了类似的问题,无法解决该问题。

    最佳答案

    生成失败的最可能原因是找不到stylesUrls文件。这可能是因为该数组中的名称与文件系统中的名称不匹配,或者不是文件系统中的预期位置。

    为了确认,我从头开始,下载了quickstart-master.zip以获得项目结构。
    并按照步骤进行,直到您陷入困境。
    在执行这些步骤时,唯一能够生成该错误的时间是在创建文件之前将styleUrls: ['app_component.css'],添加到app_component.dart时。

    我也一样:

    [SEVERE] build_web_compilers|entrypoint on test/app_test.dart.browser_test.dart: Unable to find modules for some sources, this is usually the result of either a bad import, a missing dependency in a package (or possibly a dev_dependency needs to move to a real dependency), or a build failure (if importing a generated file).

    Please check the following imports:

    import 'package:angular_app/app_components.css.shim.dart' as import0; from angular_app|lib/app_component.template.dart at 12:1



    一旦我创建了css文件,错误就消失了,一切工作正常。
    我完成了您要完成的整个步骤,并且我的应用程序运行正常。
    然后,我按照您的方式进行操作,并复制了该步骤中的每个文件,并用它替换了我的工作,但仍然有效。
    因此,请确认我的直觉,我更改了css文件的名称,并收到了相同的错误。

    关于 app_component.template.dart,该文件是由dart自动生成的,可以在项目中的 .dart_tool/build/generated/angular_app/lib下找到

    关于dart - 构建失败-检查导入-Dart Angular教程-angular_tour_of_heroes-第2部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54532616/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com