I'm working on some projects to learn how to use angular on my mac (mid 2012 pro, ios mojave 10.14.6) with vs code 2. I've taken some classes before, but my coding experience overall is still pretty limited, especially with the command line and software setup. After downloading node.js, I've had ongoing issues with my terminal, not recognizing 'ng' commands. I've used the top answer from this post and gotten temporary success:
'ng' commands will work for a little bit, but eventually, I'll have to repeat the steps. For some reason, the changes don't seem to persist. I think the issue may be with my shellpath setup. When downloading node.js, the installer noted to make sure my shell path as '/usr/local/bin'. When I enter 'echo $PATH,' this is the response I get.
/usr/local/bin:/Users/dominickdufner/miniconda3/bin:/Users/dominickdufner/anaconda3/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/bin:
I see references to miniconda4/anaconda3/python, which was a setup from a python class I took over a year ago. I do vaguely remember that setting this up was a massive pain in the @** and took a couple of teaching assistants to figure it out and get set up. I've looked around at how to change my shellpath, but can't get an answer that seems to work.
Thanks in advance.