bash problems in terminal Marcin Walendzik Created June 18, 2018 22:15 I cannot use my terminal after my recent update. path is /bin/bash but all the commands like ls, npm etc. are not recognised.. what is the problem and how to solve it on my mac ? mw
It looks like the whole path is gone; even my git commands do not work...
$PATH is just a path to my local node_modules directory..
what do your terminal settings look like? Please provide a screenshot of Preferences | Tools | Terminal page
Thank it looks like it was a problem with my .bash_profile, although it worked fine in my older projects;
once I commented problematic lines out, I can use my terminal again.
thanks