After I have updated cordova and ionic CLI, None of there commands working in my project and not even they are creating new project properly.
Can you post the error?
D:\My Work\android>ionic start todo
Creating Ionic app in folder D:\My Work\android\todo based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================] 100% 0.0s
Downloading: https://github.com/driftyco/ionic-starter-tabs/archive/master.zip
[=============================] 100% 0.0s
Update config.xml
Initializing cordova project
Unable to add plugins. Perhaps your version of Cordova is too old. Try updating
(npm install -g cordova), removing this project folder, and trying again. (CLI v
1.3.16)
run that command and make a new todo project (make a backup if you need)
it creates empty config.xml file
I’ve did this already.