自制软件无法安装closure-compiler

slo*_*ear 3 bash homebrew command-line-interface

看来我的系统无法安装closure-compiler.这是计算机发生的事情:

$ brew install closure-compiler   
==> Checking out http://closure-compiler.googlecode.com/svn/trunk/    
dyld: Library not loaded: /usr/local/lib/libsqlite3.0.8.6.dylib    
  Referenced from: /usr/local/bin/svn    
  Reason: image not found    
Error: Failure while executing: svn checkout -q --force http://closure-compiler.googlecode.com/svn/trunk    / /Library/Caches/Homebrew/closure-compiler--svn -r 2388   
Run Code Online (Sandbox Code Playgroud)

And*_* Li 6

升级自制软件安装的svn后,我遇到了类似的问题.

我解决了它brew rm svn serf neon然后brew install svn按照https://github.com/mxcl/homebrew/issues/17172的建议

记得在那之后重新打开你的终端.