I am having difficulties doing anything with the Angular CLI. I have Node, NPM. and Angular all installed, when I run the which
command in the terminal they all exist in my /user/local/bin
This is my current node.js
: v11.8.0
This is my current npm
: 6.5.0
When I run ng -v
I am unable to get the version and I get the following message:
$ ng -v
Node.js version v11.8.0 detected.
The Angular CLI requires a minimum Node.js version of either v10.13 or v12.0.
Please update your Node.js version or visit https://nodejs.org/ for additional instructions.
I have tried uninstalling the Angular CLI but, getting the same results.