温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Appium react@~15.3.1 编辑记录

发布时间:2020-06-18 20:44:59 来源:网络 阅读:775 作者:知止内明 栏目:软件技术

\

 npm install -save react@~15.3.1

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver/node_modules

appium-xcuitest-driver@2.58.1 /usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver

└─┬ react@15.3.2 

  ├─┬ fbjs@0.8.16 

  │ ├── core-js@1.2.7 

  │ ├─┬ isomorphic-fetch@2.2.1 

  │ │ ├─┬ node-fetch@1.7.3 

  │ │ │ ├─┬ encoding@0.1.12 

  │ │ │ │ └── iconv-lite@0.4.19 

  │ │ │ └── is-stream@1.1.0 

  │ │ └── whatwg-fetch@2.0.3 

  │ ├─┬ promise@7.3.1 

  │ │ └── asap@2.0.6 

  │ ├── setimmediate@1.0.5 

  │ └── ua-parser-js@0.7.17 

  ├─┬ loose-envify@1.3.1 

  │ └── js-tokens@3.0.2 

  └── object-assign@4.1.1 

npm ERR! Darwin 16.7.0

npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-save" "react@~15.3.1"

npm ERR! node v6.11.5

npm ERR! npm  v3.10.10

npm ERR! path /usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver/node_modules

npm ERR! code EACCES

npm ERR! errno -13

npm ERR! syscall access

npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver/node_modules'

npm ERR!     at Error (native)

npm ERR!  { Error: EACCES: permission denied, access '/usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver/node_modules'

npm ERR!     at Error (native)

npm ERR!   errno: -13,

npm ERR!   code: 'EACCES',

npm ERR!   syscall: 'access',

npm ERR!   path: '/usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver/node_modules' }

npm ERR! 

npm ERR! Please try running this command again as root/Administrator.

npm ERR! Darwin 16.7.0

npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-save" "react@~15.3.1"

npm ERR! node v6.11.5

npm ERR! npm  v3.10.10

npm ERR! path npm-debug.log.91483753

npm ERR! code EACCES

npm ERR! errno -13

npm ERR! syscall open

npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.91483753'

npm ERR!     at Error (native)

npm ERR!  { Error: EACCES: permission denied, open 'npm-debug.log.91483753'

npm ERR!     at Error (native)

npm ERR!   errno: -13,

npm ERR!   code: 'EACCES',

npm ERR!   syscall: 'open',

npm ERR!   path: 'npm-debug.log.91483753' }

npm ERR! 

npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:

npm ERR!     /usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver/WebDriverAgent/npm-debug.log

bogon:WebDriverAgent zhouhaijun$ sodu npm install -save react@~15.3.1

-bash: sodu: command not found

bogon:WebDriverAgent zhouhaijun$ sudo npm install -save react@~15.3.1

Password:

appium-xcuitest-driver@2.58.1 /usr/local/lib/node_modules/appium/node_modules/_appium-xcuitest-driver@2.58.1@appium-xcuitest-driver

└─┬ react@15.3.2 

  ├─┬ fbjs@0.8.16 

  │ ├── core-js@1.2.7 

  │ ├─┬ isomorphic-fetch@2.2.1 

  │ │ ├─┬ node-fetch@1.7.3 

  │ │ │ ├─┬ encoding@0.1.12 

  │ │ │ │ └── iconv-lite@0.4.19 

  │ │ │ └── is-stream@1.1.0 

  │ │ └── whatwg-fetch@2.0.3 

  │ ├─┬ promise@7.3.1 

  │ │ └── asap@2.0.6 

  │ ├── setimmediate@1.0.5 

  │ └── ua-parser-js@0.7.17 

  ├─┬ loose-envify@1.3.1 

  │ └── js-tokens@3.0.2 

  └── object-assign@4.1.1 


https://github.com/facebook/WebDriverAgent

官方 issue :https://github.com/appium/appium/issues/7088

官方已经回复了,不支持运行 WebDriverAgent 自带的 inspector 。

至于为何单独移出来就可以用,我猜和 webpack 检测相对目录的根目录有关。有兴趣你可以细究下。


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI