我正在尝试使用 npm 命令安装 appium。
每次尝试我都会出错。
在最后一次尝试中,我参考了以下链接:
因此,要在我的 windows 10 64 位机器上安装 appium,我按照以下步骤操作:
npm install --global --production windows-build-tools
npm config set msvs_version 2013 --global
npm install -g node-gyp-install
npm install appium
得到如下错误:
C:\WINDOWS\system32\node_modules\appium\node_modules\heapdump>如果没有定义 npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node -gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) gyp: binding.gyp not found (cwd: C:\WINDOWS\system32\node_modules\appium\node_modules\heapdump) 同时尝试加载绑定.gyp gyp 错误!配置错误gyp ERR!堆栈错误:
gyp
退出代码失败:1 gyp ERR!堆栈在 ChildProcess.onCpExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:305:16) gyp 错误!堆栈在 emitTwo (events.js:106:13) gyp ERR!ChildProcess.emit (events.js:191:7) 的堆栈 gyp ERR!堆栈在 Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) gyp ERR!系统 Windows_NT 10.0.15063 gyp 错误!命令“C:\Program Files\nodejs\node.exe”“C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js”“重建”gyp 错误!cwd C:\WINDOWS\system32\node_modules\appium\node_modules\heapdump gyp 错误!节点 -v v6.11.0 gyp 错误!节点-gyp -v v3.4.0 gyp 错误!不行 C:\WINDOWS\system32 `-- appium@1.7.1
appium 的唯一问题是它的复杂配置。
如果有人有在 Windows 中安装 appium 的工作步骤,请分享。这真的会有所帮助
任何建议将不胜感激