Skip to content

Articles

  • Solution to: zsh: command not found: flutter on macOS Catalina

    Since the recent update to Mac OS Catalina and forced update to zsh, I was having problem with a lot of my CLI tools, including flutter. The reason being, zsh uses ~/.zshrc and not ~/.bash_profile So to solve the problem, simply add your flutter path to ~/.zshrc like this export PATH=”$HOME/your_path/flutter/bin:$PATH” Change your_path to where… Read More »Solution to: zsh: command not found: flutter on macOS Catalina

  • Solution to zsh: command not found: expo on macOS Catalina

    So I recently upgraded to macOS Catalina and all hell broke loose. Many of my command line utilities kept working but I have definitely wasted close to 30 hours trying to fix everything to make it work just like it did in the previous macOS version. Recently, I am started working on a demo for… Read More »Solution to zsh: command not found: expo on macOS Catalina

  • Using thumbnails as slider nav