运行本地节点的时候,遇到一个问题:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
分析:这是本地环境问题,不是某程序的问题。
解决:$ xcode-select --install # 在终端输入,会安装xcrun
运行本地节点的时候,遇到一个问题:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
分析:这是本地环境问题,不是某程序的问题。
解决:$ xcode-select --install # 在终端输入,会安装xcrun