Run aaplication on different targets

Hi,

i’m a newbie in ionic.
I woking with visual studio 2017, i create a new project with one of the ionic2-templates.
This is woking fine with android and ios simulator, it’s working fine as well when i connect to my android tablet.
But when i try to run the app on my windows 10 computer i doesn’t work, i get the follow error:

Error TS2420 (TS) The class “NavControllerBase” incorrectly implements the interface “NavController”.
The types of the “popTo” property are not compatible.
The type “(indexOrViewCtrl: any, opts?: NavOptions, done?: Function) => Promise” cannot be assigned to the type “(page: any, params?: any, opts?: NavOptions, done?: Function) => Promise”.
The types of parameters “done” and “opts” are not compatible.
The type “NavOptions” cannot be assigned to the type “Function”.
The property “apply” is missing in the type “NavOptions”. ionic2-ts-tabs2 (tsconfig-project) C: \Users\Users\drentsch\appropriatesource\repos\ionic2-ts-tabs2\ionic2-ts-tabs2\node_modules\ionic-angular\navigation\nav-controller-base.

Same error when i try to run on my iPhone.
Thanks for help
Dani