还未发布过话题
  • #2 楼 @lihuazhang 恩,我查看了下 appium 官网,是通过 yum 命令安装的,我也安装过了,系统版本是 CentOS Linux release 7.0.1406 (Core),通过 yum -y install nodejs npm 命令安装完之后,node -v 的版本是 0.10.36。
    我想问一下,在 linux 系统中,能够通过 npm 命令对 appium 进行安装对吧?
    为什么 appium 官网只说明了一种通过源码进行安装的?

  • 你好,我想在 Linux 上部署 Appium 环境,Nodejs 和 Android SDK 都已经安装好了,问题是,使用./reset.sh --android 命令的时候报错,错误信息如下:
    [root@localhost appium-master]# ./reset.sh --android

    • Determining platform
    • Platform is linux ---- Resetting / Initializing Appium ---- RESETTING NPM
    • Installing new or updated NPM modules (including devDeps) ---- FAILURE: reset.sh exited with status 1 ---- ---- Retry with --verbose to see errors ----

    我这边有几个疑问:
    1.是不是我的源码有问题?下载地址为:https://github.com/appium/appium

    1. 是不是可以通过别的方式安装 appium,比如 npm -g --registry http://registry.cnpmjs.org install appium 3.通过 npm -g --registry http://registry.cnpmjs.org install appium 命令安装的 linux 的时候,会报错,Error trying to install Chromedriver binary. Waiting and trying again.
    2. 看了您的文章,“如果你因为网络原因,无法通过 npm 安装 appium 的话”,这一篇是针对 mac 的吗?还是 linux 也通用,我搜索了下 brew 安装 nodejs,发现都是 mac 相关的。