You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shad Sterling (JIRA)" <ji...@apache.org> on 2017/09/18 20:04:00 UTC

[jira] [Created] (CB-13298) npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

Shad Sterling created CB-13298:
----------------------------------

             Summary: npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
                 Key: CB-13298
                 URL: https://issues.apache.org/jira/browse/CB-13298
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-common
    Affects Versions: 7.0.1
         Environment: NPM 5.4.0
            Reporter: Shad Sterling
            Priority: Minor


Running `npm install` with Cordova as a dependency raises this warning message:


{code}
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
{code}

`npm ls node-uuid` shows that Cordova depends on `node-uuid` in two places:

{code}
└─┬ cordova@7.0.1
  ├─┬ cordova-lib@7.0.1
  │ └─┬ npm@2.15.12
  │   └─┬ request@2.74.0
  │     └── node-uuid@1.4.7
  └─┬ insight@0.8.2
    └── node-uuid@1.4.8
{code}

The dependencies on `insight` and`npm` should be updated.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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