master-bob opened a new issue, #610: URL: https://github.com/apache/cordova-cli/issues/610
# Bug Report ## Problem Installing Cordova comes with the following warnings: ```shell # npm install -g cordova npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: This module is not used anymore, and has been replaced by @npmcli/package-json ``` ### What is expected to happen? I don't expect to get these warnings. ### What does actually happen? I get warnings. The uuid warning is concerning. ### Version information In an Ubuntu 20.04 container: ```shell root@1483509730c2:/project# npm list -g /usr/lib ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected] root@1483509730c2:/project# node --version v18.15.0``` ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
