You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
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 ouput contains warning.
Extract the actual version from the output no matter if there's a warning or not.
// In case the current Node.js version is not supported by CLI, a warning in `tns --version` output is shown.
8
+
// Sample output:
9
+
//
10
+
/*Support for Node.js ^8.0.0 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest Node.js LTS version.
// In case the current Node.js version is not supported by CLI, a warning in `tns --version` output is shown.
4180
+
// Sample output:
4181
+
//
4182
+
/*Support for Node.js ^8.0.0 is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest Node.js LTS version.
0 commit comments