pub get没有安装redstone包

时间:2015-07-21 04:13:55

标签: dart dart-pub redstone.dart

我的pub有问题。我是飞镖的新手。我按照redstone网页(http://redstonedart.org/doc/Installation.html)上的说明在我的服务器项目中使用redstone。

我正在使用webstorm。这是我的 pubspec.yaml 的复制粘贴:

name: ndolo_server

dependencies:
redstone: any

当我在应用程序根文件夹或webstorm上运行 pub get 时,pub似乎正常工作(它显示"有依赖关系")但是包文件夹保持为空。 我运行缓存修复( pub cache repair ),这里它似乎也正常工作,但是包文件夹保持空白。

当我运行pub get --trace时,我得到以下输出:

E:\devel\webapps\ndolo2\server> pub get --trace
Resolving dependencies...
Got dependencies!
E:\devel\webapps\ndolo2\server>

有人可以帮助我吗?

感谢!

1 个答案:

答案 0 :(得分:0)

您需要在redstone...之前添加空格或标签 有关详细信息,请参阅https://www.dartlang.org/tools/pub/pubspec.html