NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

TypeScript error on new project run with --bundle #72

Closed DimitarTachev closed 5 years ago

DimitarTachev commented 5 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

To Reproduce 1) tns create newApp --ng 2) tns run {platform} --bundle 3) ERROR in The Angular Compiler requires TypeScript >=3.1.1 and <3.2.0 but 3.2.1 was found instead. will be shown