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?
Update: could get the project to run in the emulator if I opened the project in xcode. make sure to scroll up the emulator if the emulator screen is blank. I found the start page at the top of the screen but the emulator showed the bottom of the screen.
Thank you very much!
I used node v4.1.1 and downgraded tot v0.12.7 and everything works again.
Got output when building and emulating the app, emulator works perfect now.
Solution (for now): downgrade node.js to v0.12.7 !!