telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

fix: Validate environment based on specified runtime version #1096

Closed rosen-vladimirov closed 6 years ago

rosen-vladimirov commented 6 years ago

Add logic to validate environment based on the specified runtime version. This is required for the cases where the runtime version is not specified in the project's package.json but we need to verify if a runtime version can be used

Depends on: https://github.com/NativeScript/nativescript-doctor/pull/37