You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/18 07:09:28 UTC

[cordova-cli] branch master updated: Update Node.js Deprecation Notice Message (#397)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 35b1521  Update Node.js Deprecation Notice Message (#397)
35b1521 is described below

commit 35b152100b8f192a7be67d0f038b72de2412de50
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Mon Mar 18 08:09:24 2019 +0100

    Update Node.js Deprecation Notice Message (#397)
---
 src/cli.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli.js b/src/cli.js
index 2608297..1b3dc5f 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -305,7 +305,7 @@ function cli (inputArgs) {
 
     if (/^v0.\d+[.\d+]*/.exec(process.version)) { // matches v0.*
         var msg1 = 'Warning: using node version ' + process.version +
-                ' which has been deprecated. Please upgrade to the latest node version available (v6.x is recommended).';
+                ' which has been deprecated. Please upgrade to the latest Node.js version available (LTS version recommended).';
         logger.warn(msg1);
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org