Reputation: 174
Can I use Typescript 2.4.2 with Ionic 3.8.0 ?
$ ionic info
cli packages: (C:***\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.18.0
ionic (Ionic CLI) : 3.18.0
global packages:
cordova (Cordova CLI) : not installed
local packages:
@ionic/app-scripts : 3.0.1
Cordova Platforms : none
Ionic Framework : ionic-angular 3.8.0
System:
Android SDK Tools : 25.2.3
Node : v6.11.5
npm : 3.10.9
OS : Windows 10
Environment Variables:
ANDROID_HOME : C:\Users\fahem.belili\AppData\Local\Android\sdk\
Misc:
backend : pro
Upvotes: 1
Views: 618
Reputation: 65938
It is not recommended since the Ionic team has not tested it with 3.8.0
.Hope you can easily upgrade your app to the 3.9.2
and use TS 2.4.2
with Angular 5
.
Here are the release notes of 3.9.2
Upvotes: 1