mysorian opened a new issue #306:
URL: https://github.com/apache/cordova/issues/306


   # Bug Report
   
   ## Problem
   Not installing. Does not install on Windows 10(x64)
   
   ### What is expected to happen?
   Cordova should install.
   
   ### What does actually happen?
   This is what happens:
   C:\>npm install -g cordova
   npm WARN deprecated har-validator@5.1.5: this library is no longer supported
   npm WARN deprecated uuid@3.4.0: 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 request@2.88.2: request has been deprecated, see 
https://github.com/request/request/issues/3142
   
   added 487 packages, and audited 488 packages in 3m
   
   30 packages are looking for funding
     run `npm fund` for details
   
   6 vulnerabilities (5 moderate, 1 high)
   
   To address all issues (including breaking changes), run:
     npm audit fix --force
   
   Run `npm audit` for details.
   npm notice
   npm notice New patch version of npm available! 8.1.0 -> 8.1.2
   npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.1.2
   npm notice Run npm install -g npm@8.1.2 to update!
   npm notice
   
   C:\>npm audit fix --force
   npm WARN using --force Recommended protections disabled.
   npm ERR! code ENOLOCK
   npm ERR! audit This command requires an existing lockfile.
   npm ERR! audit Try creating one first with: npm i --package-lock-only
   npm ERR! audit Original error: loadVirtual requires existing shrinkwrap file
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     
C:\Users\TestUser\AppData\Local\npm-cache\_logs\2021-10-31T06_11_51_150Z-debug.log
   
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   C:\>npm install -g cordova
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   Windows 10 (x64) Laptop Intel Corei7
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova from this site:
   https://cordova.apache.org/docs/en/10.x/guide/cli/index.html
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] 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: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to