Hello,
I tried ionic long time ago. Today i wanted to try something with it but had problems updating ionic and cordova. So i uninstalled both and reinstalled using npm install -g cordova ionic
and followed those commands
ionic start test sidemenu
cd test
ionic platform add ios
ionic build ios
ionic emulate ios
as result, nothing writes in the console and nothing happens. I expect ios simulator to start and load the app but nothing happens. How can i debug / fix this?