Appium react@~15.3.1 编辑记录

\

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! 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 检测相对目录的根目录有关。有兴趣你可以细究下。

相关文章

react 中的高阶组件主要是对于 hooks 之前的类组件来说的,如...
我们上一节了解了组件的更新机制,但是只是停留在表层上,例...
我们上一节了解了 react 的虚拟 dom 的格式,如何把虚拟 dom...
react 本身提供了克隆组件的方法,但是平时开发中可能很少使...
mobx 是一个简单可扩展的状态管理库,中文官网链接。小编在接...
我们在平常的开发中不可避免的会有很多列表渲染逻辑,在 pc ...