首页 > 解决方案 > 安装STF,没有那个文件或目录,uv_chdir

问题描述

我的共同点:

npm install -g @devicefarmer/stf

并且,提出错误:

info CMD CONFIGURE
ERR! OMG ENOENT: no such file or directory, uv_chdir
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @julusian/jpeg-turbo@0.5.6 install: `prebuild-install || cmake-js compile --target jpegturbo`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @julusian/jpeg-turbo@0.5.6 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-05-06T09_50_17_039Z-debug.log

所有要求都已安装,例如:

Node.js 8.x required (some dependencies don't support newer versions)
ADB properly set up
RethinkDB >= 2.2
CMake >= 3.9 (for node-jpeg-turbo)
GraphicsMagick (for resizing screenshots)
ZeroMQ libraries installed
Protocol Buffers libraries installed
yasm installed (for compiling embedded libjpeg-turbo)
pkg-config so that Node.js can find the libraries

我的系统信息:centos 7

你能帮助我吗?

标签: android

解决方案


推荐阅读