Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
7.0.1
-
None
-
NPM 5.4.0
Description
Running `npm install` with Cordova as a dependency raises this warning message:
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
`npm ls node-uuid` shows that Cordova depends on `node-uuid` in two places:
└─┬ 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
The dependencies on `insight` and`npm` should be updated.
Attachments
Issue Links
- Is contained by
-
CB-9626 Cordova-Lib requires NPM as a dependency
- Closed