尝试搭建基于 STF 的 iOS 远程云真机平台,在 stf 目录下运行 cnpm install 安装依赖后,运行 stf doctor 报错:
(base) ly@mm stf % stf doctor
2021-06-28T06:27:50.221Z INF/cli:doctor 45088 [] OS Arch: x64
2021-06-28T06:27:50.224Z INF/cli:doctor 45088 [] OS Platform: darwin
2021-06-28T06:27:50.224Z INF/cli:doctor 45088 [] OS Platform: 20.2.0
2021-06-28T06:27:50.224Z INF/cli:doctor 45088 [] Using Node 8.9.1
dyld: lazy symbol binding failed: Symbol not found: _zmq_version
Referenced from: /Users/ly/de/ti/stf/node_modules/_zmq@2.15.3@zmq/build/Release/zmq.node
Expected in: flat namespace
https://testerhome.com/topics/27894
https://testerhome.com/topics/19548
export PKG_CONFIG_PATH=/opt/homebrew/Cellar/zeromq/4.3.4/lib/pkgconfig/
提示找不到 zmq 模块我是第一次接触 MacOS 系统和 nodejs,对这方面不太熟悉,请问各位大佬是否有什么解决思路