I installed latest nodejs and ran the command npm install -g cordova ionic.
After that, I started my test app by executing ‘ionic start helloworld tabs’.
The project did not create as expect. There is only one folder ‘ionic-app-base-master’ created. Platform also can not be added as helloworld folder is not recognized as cordova project root.
Can anyone please help.