현상 appium cli를 이용해 드라이버를 설치하려고 할 때 아래와 같은 오류가 발생한다. $ appium driver install uiautomator2 × Checking if 'appium-uiautomator2-driver' is compatible Error: npm command 'info appium-uiautomator2-driver peerDependencies dependencies -json' failed with code EINVAL. STDOUT : STDERR : 해결 방법 %AppData%\npm\node_modules\appium\node_modules\teen_prosess\build\lib\exec.js 위 파일의 내부에서 opts 오브젝트의 shell 요소에 대한 값을 undefined에서 true로 변경한다. opts = /** @type {T} */ (lodash_1.default.defaults(opts, { timeout: null, en...