在 Windows 上安装 Appium 服务器——如何解决 grunt 错误?
Posted
技术标签:
【中文标题】在 Windows 上安装 Appium 服务器——如何解决 grunt 错误?【英文标题】:Installing Appium server on Windows -- how to get past grunt errors? 【发布时间】:2013-05-16 13:14:30 【问题描述】:我正在使用本指南:
https://github.com/appium/appium/blob/master/docs/running-on-windows.md
在这一步:
grunt configandroidBootstrap
我无法让它运行。我试过了:
-
在节点内运行它。
GitHub\appium\node_modules\.bin\grunt.cmd
configAndroidBootstrap
运行\appium\node_modules\.bin\grunt.cmd
本身可以工作,它至少可以做一些事情。但是当我添加 configAndroid.. 部分时:
Running "configAndroidBootstrap" task
The system cannot find the path specified.
Warning: Task "configAndroidBootstrap" failed. Use --force to continue.
Aborted due to warnings.
想法?
谢谢。
【问题讨论】:
【参考方案1】:两个选项。
1.) 为 Windows 安装预构建的 Appium(无需繁琐)(https://bitbucket.org/appium/appium.app/downloads/AppiumForWindows.zip)
2.) 运行 reset.bat 而不是 grunt 命令。我已经更新了你提到的文档。
【讨论】:
我最终从该链接下载了一个过时版本的 appium。许多浪费时间来找出导致的后续问题。截至今天,最新的 Appium 是 v0.8.0以上是关于在 Windows 上安装 Appium 服务器——如何解决 grunt 错误?的主要内容,如果未能解决你的问题,请参考以下文章
appium+python自动化60-windows上同时启动多个appium服务,让多个android机器并行运行
无法在 Windows 上的适用于 Android 的 Appium 1.4.13.1 上运行任何测试