Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9959B187D0 for ; Mon, 25 Jan 2016 10:52:40 +0000 (UTC) Received: (qmail 45616 invoked by uid 500); 25 Jan 2016 10:52:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 45598 invoked by uid 500); 25 Jan 2016 10:52:40 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 45398 invoked by uid 99); 25 Jan 2016 10:52:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2016 10:52:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 031722C1F62 for ; Mon, 25 Jan 2016 10:52:40 +0000 (UTC) Date: Mon, 25 Jan 2016 10:52:40 +0000 (UTC) From: "Miha Svalina (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-10427) npmconf and npm Deprecation warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Miha Svalina created CB-10427: --------------------------------- Summary: npmconf and npm Deprecation warning Key: CB-10427 URL: https://issues.apache.org/jira/browse/CB-10427 Project: Apache Cordova Issue Type: Improvement Components: Android, CordovaLib Affects Versions: 5.4.1 Environment: Operating system: Microsoft Windows 10 x64 Microsoft Visual Studio 2015 Nodejs: 5.0.0 32-bit npm 3.3.7 installed globally Reporter: Miha Svalina My package.json content: {code} { "name": "TestCordovaKendo", "version": "1.0.0", "private": true, "dependencies": { =20 "cordova-lib": "5.4.1", "cordova": "5.4.1" } } {code} Other packages are not included, this is just for test. After running npm i= nstall command in my project root directory the first two lines are: {code} X:\androidApp>npm install npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into = npm and is now out of date with respect to npm npm WARN prefer global npm@2.14.16 should be installed with -g TestCordovaApp@1.0.0 X:\androidApp =E2=94=9C=E2=94=80=E2=94=AC cordova@5.4.1 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 ansi@0.3.1 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=AC nopt@3.0.1 =E2=94=82 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 abbrev@1.0.7 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 q@1.0.1 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 underscore@1.7.0 =E2=94=82 =E2=94=94=E2=94=80=E2=94=AC update-notifier@0.5.0 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=AC chalk@1.1.1 =E2=94=82 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 ansi-styles@2.1.0 =E2=94=82 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 escape-string-regexp@1.0.= 4 =E2=94=82 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=AC has-ansi@2.0.0 =E2=94=82 =E2=94=82 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 ansi-regex@2.0.= 0 =E2=94=82 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 strip-ansi@3.0.0 =E2=94=82 =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 supports-color@2.0.0 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=AC configstore@1.4.0 =E2=94=82 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 graceful-fs@4.1.2{code} I copied the whole cmd output to notepad++ and searched for string npmconf.= It turns out that cordova-lib 5.4.1 depends on npm 2.14.16. {code} =E2=94=9C=E2=94=80=E2=94=AC cordova-lib@5.4.1 =E2=94=82 =E2=94=9C=E2=94=80=E2=94=AC npm@2.14.16 | =E2=94=82 =E2=94=9C=E2=94=80=E2=94=AC npmconf@2.1.2 {code} I thought that if you are running npm > 2 that this won't be an issue. Or m= aybe I have missed something to avoid seeing deprecation warning. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org