Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Dart 编辑器并在运行 pub get 时收到以下错误
--- 2013 年 12 月 11 日晚上 9:21:42 运行 pub get ... --- pub get 失败,[1] 解决依赖关系....... 正在下载 json_object 1.0.18+2.. . 重命名失败 ** 警告:由于未安装软件包,应用程序可能无法运行。请尝试再次运行 pub get。**
--- 2013 年 12 月 11 日晚上 9:21:42 运行 pub get ... --- pub get 失败,[1] 解决依赖关系....... 正在下载 json_object 1.0.18+2.. . 重命名失败
** 警告:由于未安装软件包,应用程序可能无法运行。请尝试再次运行 pub get。**
这里发生了什么?我以前下载过很多包。如何获得更有意义的错误消息?
可能是符号链接的问题。您可以尝试清空包中的包目录,也可以尝试清空 .pub-cache 目录。