I\'m getting below warning while installing cordova. How I can resolve it?
Please see the image to know what happened when i ran below commands :
np
I got this message when I was trying to install ember-cli and solved by typing following command:
npm install -g npm
The command basically will update your npm and hope it will solve your problem too. :)
UPDATED:
But:
Note that as it stands if anyone runs npm install from a cloned version of your repository they will end up with the old, vulnerable version of minimatch and will see the error message warning them of a vulnerability.
So you need to run the above command again.