I started install ionic framework in a new PC (notebook Windows 10 x64).
I installed node.js, Visual Studio Code and Java JDK.
Then from command line run:
npm install -g ionic cordova
Install finish OK.
But when run node --version I get this result (link image)
If I run “ionic start helloWorld blank --cordova” I get the same result.
I have uninstalled and reinstalled ionic and cordova and the problem persists.
Any idea???
Thanks!