NativeScript / nativescript-plugin-seed

Get started building NativeScript plugins quickly.
Apache License 2.0
102 stars 54 forks source link

fix build native script #156

Closed elena-p closed 5 years ago

elena-p commented 5 years ago

fix: parse correctly CLI's version

In case the current Node.js version is not officialy supported by NativeScript CLI, i.e. its new and it is not verified or support for it is deprecated, tns --version's output contains warning. Extract the actual version from the output no matter if there's a warning or not.