cnpm安装appium的坑,error:NoSuchSessionException: A session is either terminated or not started
cnpm安装appium的坑,error:NoSuchSessionException: A session is either terminated or not started
之前因为使用npm方式安装appium很慢的原因,选择使用cnpm安装。使用一段时间后,在启动App时出现如下图的问题。如果你也遇到了同样的问题,请使用如下方法尝试解决,亲试有效。
- 卸载现有的appium。参考:http://www.360doc.com/content/16/0520/16/27628153_560738062.shtml
- 如果遇到不能卸载,根据提示的内容,手动删除提示中的文件。一般需要多次手动删除。
- 然后使用npm,更改下载源重新安装appium。
install -g appium --registry=https://registry.npm.taobao.org