20180927_macOS升级Mojave后web3js环境问
2018-09-27 本文已影响14人
mingmingz
自己的macOS升级Mojave后npm install -s web3
的时候有报错误.
第一个是好像是说没有Xcode还是什么,错误没记录,先执行西面的命令安装.
-- 重新安装xcode-select
xcode-select --install
安装了上面内容再次npm install -s web3
的时候报下面的错,说xCode位置不对
报错:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
重新指定位置以解决
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer