I have download the new Mac OS Version Beta of Catalina. Now I should start to use Zsh. But when I want to run a Angular project in Atom, I receveid this message : \"The default
check with node version you're on. Download here - https://github.com/nvm-sh/nvm
For me I encountered same problem with version 8.
nvm ls
it should list node version - using version 13 of node - worked for me.
nvm install 13 npm install -g @angular/cli
should work now.