Who knows, the last update was over two months ago and apparently none of the teams communicate with each other about when their releases are going to be.
Does Appium 1.4.13 work with the latest 9.0.2 IOS update for the iphones?
I upgraded my mac to the El Capitan new IOS, will that affect the running of appium and its results?
I am able to use Appium 1.4.11 with the original 9.0 iOS with a real iPhone device.
I worry if I upgrade to 1.4.13 and/or upgrade my iPhone to 9.0.2 IOS then my scripts may not run correctly anymore. So I haven’t upgraded my appium or iPhone IOS yet.
I downloaded the source from the git now how do I launch the 1.4.13 UI from the code? I am used to app UI DMG but website is still showing 1.4.8 for download.
{code}
module.js:338
throw err;
^
Error: Cannot find module ‘argparse’
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/Users/abc.xyz/Documents/Appium/appium/lib/server/parser.js:2:10)
at Module._compile (module.js:460:26)
at Object.Module._extensions…js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
{code}
Platform is mac
---- Resetting / Initializing Appium ----
Dev mode is on, will download/build test apps
RESETTING NPM
Installing new or updated NPM modules (including devDeps)
npm WARN package.json [email protected] No license field.
RESETTING GENERAL
Setting git revision data
error: Appium will not work if used or installed with sudo. Please rerun/install as a non-root user. If you had to install Appium using sudo npm install -g appium, the solution is to reinstall Node using a method (Homebrew, for example) that doesn’t require sudo to install global npm packages.
---- FAILURE: reset.sh exited with status 1 ----
Based on your above screenshot, you should run the ./reset.sh on /Users/abc.xyz/Documents/Appium/appium (Basically the git appium local directory), not on your user root directory.