Sorry I'm new to developing and there's a lot of stuff that I don't really understand 100% yet. I'm trying to configure VSC but when I enter the following command into the terminal:
paulnewby@iMac ~ % npm install -g create-react-app
it throws up an error message:
zsh: command not found: npm.
I'm not sure what zsh is (Wikipedia's description is a little jargon heavy for a novice developer) but apparently Mac OS Catalina (which I am using) has it by default. I believe I have node / npm installed, but I may have done this incorrectly. Does anyone have any knowledge as to why this error is occurring/what zsh is/ how I can fix it? This would be much appreciated, thank you.