I installed node using homebrew (Mojave), afterwards php stoped working and if I try to run php -v I get this error: php -v dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib...
After I did brew update and brew upgrade, my postgres got some problem. I tried to uninstall postgres and install it again, but it didn’t work as well. This...
Upon using a new terminal session in OS X, nvm forgets the node version and defaults to nothing: $ nvm ls: .nvm v0.11.12 v0.11.13 I have to keep hitting...
I have uninstalled and installed Homebrew 3 times now because it seems to never allow me to install anything as it denies me permissions at the end of most...
Final update: I had forgotten to run the initdb command. By running this command ps auxwww | grep postgres I see that postgres is not running > ps auxwww...
How do I install a specific version of a formula in homebrew? For example, postgresql-8.4.4 instead of the latest 9.0. 3 32

