gpt4 book ai didi

angular - 路由 Dart Angular Tour of Heroes 时找不到模块

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

我一直在关注Dart Angular Tour of Heroes tutorial .我到了第 5 部分,在那里教授路由。但是我卡在了 router is made available 的部分。 .我输入了代码,但它没有构建。我收到以下错误:

[SEVERE] build_web_compilers|entrypoint on web/main.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_tour_of_heroes/app_component.template.dart' as ng;` from angular_app|web/main.template.dart at 10:1
`import 'package:angular_tour_of_heroes/app_component.template.dart' as ng;` from angular_app|web/main.dart at 3:1

要修复我尝试过的错误:
  • 从网站复制粘贴代码。
  • 确保我的 pubspec.yaml是正确的。
  • 重新运行pub get以及运行pub upgrade .
  • 继续本教程以查看错误是否稍后修复。

  • 谢谢你。

    最佳答案

    抱歉,我还没有完成教程,但 app_component 是在教程前面创建的文件。 angular_tour_of_heroes是示例中使用的包名称。

    因此,对于您自己的教程,您需要使用:

    import 'package:USE_YOUR_PACKAGE_NAME/app_component.template.dart' as ng;

    在哪里更换 USE_YOUR_PACKAGE_NAME pubspec.yaml 中的名称 name: USE_YOUR_PACKAGE_NAME 下的文件

    关于angular - 路由 Dart Angular Tour of Heroes 时找不到模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53470821/

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