You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/31 17:06:50 UTC

[GitHub] [cordova] breautek commented on issue #306: Does not install on Windows 10 (x64)

breautek commented on issue #306:
URL: https://github.com/apache/cordova/issues/306#issuecomment-955751049


   Your provided output indicates that the `npm install` command was successful. If NPM wasn't successful, it would be it clear via `npm ERR` messages, which your output did not do on the `npm install` command.
   
   `npm audit fix --force` failed because you're running the command in a non-npm module directory (e.g. it's missing `package.json` as well as the `package-lock.json` file. I know the output suggested for you to run the command to fix potential vulnerability issues, but npm audit isn't a cordova thing, it's an npm thing, so there isn't anything we can do here.
   
   Note that this npm audit that runs when `-g` flag is used scans for all globally installed package, so the vulnerabilities reported by audit may or may be related to cordova.
   
   You can confirm cordova is installed via running `cordova -v`.
   
   Closing as won't fix/invalid. If you require more assistance, I welcome you to our community [Slack](http://slack.cordova.io/) channel.


-- 
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-unsubscribe@cordova.apache.org

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



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