
usr/bin/curl -fLA Homebrew-cask v0.51+ (Ruby 2.0.0-648) -C 0 -o /Users/john/Library/Caches/Homebrew/multibit-0.5.19.dmg.incomplete > rm /Users/john/Library/Caches/Homebrew/multibit-0.5.19.dmg I saw that luajit was a problem so I installed and resintalled itĪnd finally I saw I successfully installed neovim 0.5.RAW Paste Data mv /opt/homebrew-cask/Caskroom /usr/localįor f in ~/Applications/*.app do oldloc="$(readlink "$f")" ] || ln -sf "/usr/local$" "$f" doneĪlready downloaded: /Users/john/Library/Caches/Homebrew/multibit-0.5.19.dmgĮrror: It seems the App source is not there: '/usr/local/Caskroom/multibit/0.5.19/MultiBit.app' I used this command to find out more info about my error Could NOT find LUAJIT (missing: LUAJIT_INCLUDE_DIR)ĬMake Error: The following variables are used in this project, but they are set to NOTFOUND. Now I had to sign on to to download the Command line tools (this was an entirely new experience installing CLI tools for Max) I installed and agreed to xcodes CLI license agreementĪnd then I got 'Can't install the software because it is not currently available from the Software update server Use `sudo xcode-select -switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select -install` to install the standalone command line developer tools. Xcrun: error: active developer path ("/Library/Developer/CommandLineTools") does not exist The bottle needs the Xcode CLT to be installed. So I install gcc with `$ brew install gcc` It said I needed to install luarocks (luarocks was installed successfully)īrew install -HEAD neovim (I tried this again)Įrror: An exception occurred within a child process:ĬompilerSelectionError: neovim cannot be built with any available compilers. Then I tried to install the latest neovim with: brew install -HEAD neovim To install HEAD-c6ccdda, first run `brew unlink neovim`. I then got this warning trying to install the latest version of neovim I got this warning (Warning: neovim 0.4.4 already installed) The version of neovim I was using `nvim -v` was 0.4.4 so I needed to upgrade Many linux distributions have an old version of neovim in their package repo - always check what version are you installing. * saw this warning in this extension - Neovim 0.5+ is required. I open vscodium and install Neo Vim Extension I removed it (All my VS code settings were here and I dropped them all - I was ready for a fresh start - you may not be. I was getting an error because of existing code folderĮrror: It seems there is already a Binary at '/usr/local/bin/code'. It took me several hours and maybe this will help save others time I am adding my notes for how I finally installed neovim 0.5.0.
