Blank screen on Windows 10

I just did a fresh install of Ionic and tried running the ionic-conference-app and also a fresh ionic start app --v2 --ts. Both are only launching a blank app for windows.

I remember successfully running it on windows when the beta.3 was launched.

I created an issue on git but I’m posting here for visibility, anyone had a similar issue? I also tried to run gulp build as suggested by @tjaffri on this thread, but still it does not work.

This was solved on Slack by @mhartington I forgot to add the following lines to the config.xml

<preference name="windows-target-version" value="10.0" />
<preference name="windows-phone-target-version" value="10.0" />
1 Like