gpt4 book ai didi

intellij-idea - 运行 Dart 项目说 Dart :html is not available for the standalone vm

转载 作者:行者123 更新时间:2023-12-04 06:29:19 25 4
gpt4 key购买 nike

我用Git拉一个项目
然后我启动 IntelliJ,然后说:打开项目。

项目本身看起来有 4 个模块,Lab1、Lab2、Solution2、Solution2

我打开整个项目。在 Lab1 中,我想运行看看我的网页看起来如何,但是当我说:Run main.dart被踢回来的错误是:

C:\code\dart-sdk\bin\dart.exe --ignore-unrecognized-flags --checked --enable-vm-service:51293 --trace_service_pause_events C:\code\workspace\tw_remoting_training\codelab_01\web\main.dart
Observatory listening on http://127.0.0.1:51293
The built-in library 'dart:html' is not available on the stand-alone VM.
'package:remoting_training/remoting_printer.dart': error: line 20 pos 1: library handler failed
import 'dart:html';
^

Process finished with exit code 254

我不确定这里发生了什么。作为次要选项,我还将尝试右键单击 index.html 并单击:打开方式 > Dartium,但会显示一个空白页面。它应该完成 4 次异步调用,将字符串打印到屏幕上。

有什么我想念的吗?它是不是因为它是项目中的一个模块而没有运行?

最佳答案

如果你的 Dart 脚本导入 dart:html或导入 dart:html 的库您只能从 Dartium 浏览器运行该脚本(通过将脚本标签添加到指向该 Dart 脚本的 HTML,或者如果您在任何浏览器中通过 pub builddart2js 运行它),但它不能运行从控制台。

dart:io恰恰相反,它不能在浏览器中运行。

关于intellij-idea - 运行 Dart 项目说 Dart :html is not available for the standalone vm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34773326/

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