启动项目报错,zookeeper影响的

启动项目的时候报错这个zookeeper相关的

Directory: /---------/node_modules/zookeeper

gyp info it worked if it ends with ok gyp info using node-gyp@9.3.1 gyp info using node@18.20.6 | darwin | arm64 gyp info find Python using Python version 3.9.6 found at "/Library/Developer/CommandLineTools/usr/bin/python3" gyp info spawn /Library/Developer/CommandLineTools/usr/bin/python3 gyp info spawn args [

1、修复步骤

先执行了这个

xcode-select --install

xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates

➜ fintopia-web git:(test/changeAgreement)

2、删除损坏的 CommandLineTools

sudo rm -rf /Library/Developer/CommandLineTools

xcode-select --install

重新安装完xcode就好啦

相关推荐
_kerneler7 小时前
Linux tiny RCU
linux
zt1985q7 小时前
本地部署开源网络书签与内容管理工具 Karakeep 并实现外部访问
运维·服务器·网络·数据库·网络协议·开源
具身智能进化论8 小时前
协作机器人产业进入规模化部署期,未来几年的增长从何而来
大数据·运维·人工智能·机器人·自动化·工厂方法模式
wuminyu8 小时前
虚拟线程底层ForkJoinPool的工作窃取算法机制
java·linux·c语言·jvm·c++
白狐_7989 小时前
408计算机网络第3章:以太网交换机与共享式以太网——知识总结
服务器·网络·计算机网络
yunyi9 小时前
改个 SSH 端口,我把自己锁在了服务器外面
运维·后端
测试运维日常笔记10 小时前
tcpdump(Linux服务器)配合 Wireshark(本地分析)使用手顺与常用过滤语法详解
linux·服务器·tcpdump
Loongproxy11 小时前
大规模采集为啥用隧道代理IP?会话保持如何做到无感轮换
java·服务器·网络
jason_renyu11 小时前
Linux Docker 服务管理与排查实战指南(新手速查版)
linux·docker·新手docker学习·docker日志查询·docker服务管理
Web极客码11 小时前
用 Python 搭建工具调用 Agent 的调试过程
java·服务器·前端