mirror of
https://github.com/appium/appium.git
synced 2026-05-25 05:19:00 -05:00
Fix authorize-ios path
$ stat node_modules/.bin/authorize-ios.js stat: node_modules/.bin/authorize-ios.js: stat: No such file or directory
This commit is contained in:
@@ -22,7 +22,7 @@ git clone https://github.com/appium/appium.git
|
||||
cd appium
|
||||
npm install
|
||||
gulp transpile # requires gulp, see below
|
||||
sudo node_modules/.bin/authorize-ios.js # for ios only
|
||||
sudo node_modules/.bin/authorize-ios # for ios only
|
||||
# alternatively
|
||||
sudo $(npm bin)/authorize-ios
|
||||
node .
|
||||
|
||||
Reference in New Issue
Block a user