arturvt commented on issue #566:
URL: https://github.com/apache/cordova-cli/issues/566#issuecomment-956111700


   I forked and updated the required libs to make it work. I can send a PR if 
it's allowed. 
   The issue is with  "os-name" lib. It should be updated to "^5.0.0".
   
   I updated the libs related below, but it didn't update the lib we want, so I 
added as dependency into main package.json and it worked.
   
   Here's the solution for unblocking you:
    
   1. Clone the cli project2
   2. Update those libs:
   -  "cordova-lib": "^10.1.0",
   - "insight": "^0.11.1",
   - "systeminformation": "^5.9.9",
   - "os-name": "^5.0.0",
   3. run npm link cordova


-- 
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]

Reply via email to