zsh: command not found: node
Steps
1. Installed node in /Applications/node-v17.0.1-darwin-arm64/bin/node
2. Opened terminal
3. Ran node --version
4. Received error message.- "zsh: command not found: node"
5. Selected package.json file
6. Right click + "Run rpm install"
7. npm install ran
Question: How do I use node via the terminal
Please sign in to leave a comment.
Does the issue persist on IDE restart? also, what is a result of running node --version in zsh shell outside of the IDE?